diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d10e52b2a56edc193e1ff951c8a122b9dd520b62..05f79d89fa2fe8bb1a665be815ed41148c00ccab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ test-py3.4:
   stage: py34
   script:
   - pip3 install -r requirements.txt
-  - python3.4 -m pytest --cov rpg tests
+  - py.test --cov rpg tests
 test-py3.5:
   image: python:3.5
   stage: py35