diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9217ca8..902eb1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ before_script: test_and_coverage: stage: test + coverage: '/^TOTAL.*\s+(\d+\%)$/' script: - echo 'from ivatar.settings import TEMPLATES' > config_local.py - echo 'TEMPLATES[0]["OPTIONS"]["debug"] = True' >> config_local.py