diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a6393c9e30e6ed5d8bff224cc1cdc561515c15f..c596378b745e1184c5c3dac39fc070d0bd270aab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,13 +39,6 @@ job:test:
     - ls -l
     - ls -l bin
     - ./bin/ExampleTests
-#    - ls -l
-#    - cd CMakeFiles/ExampleTests.dir/
-#    - ls -l
-#    - lcov -d . -c -o coverage.info
-#    - lcov -r coverage.info */build/* */tests/* */c++/* -o coverageFiltered.info
-#    - lcov --list coverageFiltered.info
-#  coverage: '/Total:\|\s*([0-9.]+%)\s.*$/'
 
 
 job:coverage:
@@ -53,7 +46,7 @@ job:coverage:
   script:
 #    - cp tests/test.txt build
 #    - cp tests/stopWords.txt build
-#    - cd build
+    - cd build
 #    - ./bin/ExampleTests
     - ls -l
     - cd CMakeFiles/ExampleTests.dir/