diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6884d32dc6b57cfcddd2b6923cbcfda0a9a270a6..3daa3d755b00aff3bafe556c3957a1e196045e35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -183,6 +183,7 @@ Test:
     - Poetry
   script:
     - poetry run poe test
+  coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
   stage: test
 
 ## --------------------------------------------------