diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5efbf5b..1fd13307 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,4 +44,5 @@ test: script: - coverage run manage.py test - coverage report - coverage: '/TOTAL.*\s(\d+\.\d+)\%$/' + # For GitLab, keep this commented. + # coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'