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:
|
||||
extends: .python_test_template
|
||||
dependencies:
|
||||
- pip
|
||||
- static
|
||||
script:
|
||||
- apt-get update && apt-get install --yes libpq-dev
|
||||
- ./manage.py collectstatic --noinput --clear
|
||||
- ./manage.py check
|
||||
- ./manage.py makemigrations --check --noinput
|
||||
|
||||
|
|
Loading…
Reference in a new issue