diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 464d06417f0a0521df6ec17077f3b5ba94a698d6..74147a94fe67733d80d4035bbf6c5b4b15670bea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,5 +5,6 @@ test-3.4:
   image: mmpe/wetb
   script:
   #- python3 setup.py test
-   - python3 -m coverage run -m py.test & python3 -m coverage report
+  - pip3 install pytest-cov
+  - python3 -m pytest --cov=wetb