diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73b146d08919fff25f646dab664ef632e4b24c59..c1d6287208aef4ce5897d6e7a325712cfdc1eaba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,5 +5,5 @@ test-3.4:
   image: mmpe/wetb
   script:
   - python3 setup.py test
-  - coverage run ./tests/run_pytest.py
-  - coverage report -m
\ No newline at end of file
+  - coverage3 run ./tests/run_pytest.py
+  - coverage3 report -m
\ No newline at end of file