diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0283f1e0233911df16d1ad734c18fd864122e78..b9e0bfdb54d389f70521c44da970bd48f1552279 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ test:
   script:
 #     - python -m unittest discover -s ./tests/ -p "test*" # deprecated unittest command
       - python tests/runner_tests.py
-  coverage: '/TOTAL.*\s+(\d+%)$/'
+  coverage: '/TOTAL.*\s+(\d+\.\d+%)$/'
 #    - pip install tox flake8  # you can also use tox
 #    - tox -e py36,flake8