diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a510aab648f45657254307a706f8cec5833869ea..12410c4c661d43d936e28c46fa31c650c03e7c54 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,5 +11,6 @@ test-3.4:
   image: mmpe/wetb
   script:
   #- python3 setup.py test
-  - python3 -m pytest --cov=wetb
-   
+  - python -m pytest --cov=wetb
+  tags:
+  - python