diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8df859..fd9cd2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,6 @@ test_and_coverage: - coverage run --source . manage.py test -v3 - coverage report --fail-under=70 - coverage html - coverage: '/TOTAL.+ ([0-9]{1,3}%)/' artifacts: paths: - htmlcov/