diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb3466cd6da698362a3029c5eb543cbbab9fb355..a263d1b17d0a9b61e3872b09adc6240ce885bc0c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,7 +66,7 @@ tests:debian_with_bubblewrap:
   <<: *prepare_env
   script:
     - su - mat2 -c "python3-coverage run --branch -m unittest discover -s tests/"
-    - su - mat2 -c "python3-coverage report --fail-under=100 -m --include 'libmat2/*'"
+    - su - mat2 -c "python3-coverage report --fail-under=95 -m --include 'libmat2/*'"
 
 tests:fedora:
   image: $CONTAINER_REGISTRY:fedora