diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f21f69e4b078f22f216843f13f79310e97d1735..fd78b45bd9f2158b35a34e723c54359db88a21a3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,7 +30,7 @@ exitcode-jessie:
     - coverage run --include=tupak/* -a test/sampler_tests.py
     - coverage run --include=tupak/* -a test/tests.py
     - coverage run --include=tupak/* -a test/waveform_generator_tests.py
-    - coverage html
+    - coverage html --omit=test/example_tests.py, noise_realisation_tests.py, tests.py
     - coverage-badge -o coverage_badge.svg -f
 
     # Make the documentation