Need debug for testing

This commit is contained in:
Oliver Falk
2019-02-12 19:22:56 +01:00
parent 2b9c5a7eec
commit 5d5ddf8ad2

View File

@@ -16,6 +16,8 @@ before_script:
test_and_coverage:
stage: test
script:
- echo "TEMPLATES[0]['OPTIONS']['debug'] = True" > config_local.py
- echo "DEBUG = True" >> config_local.py
- python manage.py collectstatic --noinput
- coverage run --source . manage.py test -v3
- coverage report --fail-under=70