diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b2ad22611d0bc6a7ad2b7d6ab4f33bdcfaefedc9..e1bce38cc08a0adc8f07f4dae57efc6c85e92513 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,16 +54,6 @@ test:
 #      when: always
 
 coverage:
-#    stage: coverage
-##    script:
-##        - lcov -d build/CMakeFiles/ExampleTests.dir -c -o coverage.info
-##        - lcov -r coverage.info */build/* */tests/* */c++/* -o coverageFiltered.info
-##        - lcov --list coverageFiltered.info
-##    coverage: '/Total:\|\s*([0-9.]+%)\s.*$/'
-##    artifacts:
-##      paths:
-##        - ./build/CMakeFiles/ExampleTests.dir/coverageFiltered.info
-##      when: always
   stage: coverage
   script:
     - gcov -f -b build/*