Django checks requires static files
This commit is contained in:
parent
72204bbf72
commit
d5ed93db2a
1 changed files with 3 additions and 1 deletions
|
@ -80,9 +80,11 @@ test_python:
|
||||||
|
|
||||||
django_checks:
|
django_checks:
|
||||||
extends: .python_test_template
|
extends: .python_test_template
|
||||||
|
dependencies:
|
||||||
|
- pip
|
||||||
|
- static
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install --yes libpq-dev
|
- apt-get update && apt-get install --yes libpq-dev
|
||||||
- ./manage.py collectstatic --noinput --clear
|
|
||||||
- ./manage.py check
|
- ./manage.py check
|
||||||
- ./manage.py makemigrations --check --noinput
|
- ./manage.py makemigrations --check --noinput
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue