diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9c8e91..d1f5c52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,8 @@ python35: - tox -e py35 - tox -e cov_combine # Catch coverage here. Python3.5 supports more Django versions. - coverage: '/TOTAL.*\s(\d+\.\d+)\%$/' + # For GitLab, keep this commented. + # coverage: '/TOTAL.*\s(\d+\.\d+)\%$/' python36: image: python:3.6