diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5bf0252d4b171f6983e3bd3970d002de41028b61..085cc2af9cfeaf85f7db5111e97de84ac7289a9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,9 +29,9 @@ exitcode-jessie:
     - coverage run --include=tupak/* -a test/waveform_generator_tests.py
     - coverage html
     - coverage-badge -o coverage_badge.svg -f
-#    - coverage run --omit=* -a test/example_tests.py
-#    - coverage run --omit=* -a test/noise_realisation_tests.py
-#    - coverage run --omit=* -a test/tests.py
+    - coverage run --omit=* -a test/example_tests.py
+    - coverage run --omit=* -a test/noise_realisation_tests.py
+    - coverage run --omit=* -a test/tests.py
 
     # Make the documentation
     - pip install -r docs/requirements.txt