diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d8d344e84526a2bd7f510709edb038eecac9a9ec..5564c0fa5400b38edb45ad8c9938113706eae45e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ pytest:
     - export LANG=C  # Hopefully detect anything relying on locale
     - python3 -m pip install ".[test]"
     - python3 -m pytest --color yes --verbose --cov=cal_tools --cov=xfel_calibrate --cov-report html:htmlcov --cov-report term
-  coverage: '/TOTAL.*? (100(?:\.0+)?\%\|[1-9]?\d(?:\.\d+)?\%)$/'
+  coverage: '/TOTAL.*? (\d+(?:\.\d+)?\%)$/'
   artifacts:
     expose_as: 'Coverage report'
     name: htmlcov