diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05f79d89fa2fe8bb1a665be815ed41148c00ccab..8736073a2eca4910ee574752592c3c1b25b2cbfe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,8 +7,9 @@ test-py3.4:
   image: python:3.4
   stage: py34
   script:
+  - adduser --disabled-password --gecos '' myuser
   - pip3 install -r requirements.txt
-  - py.test --cov rpg tests
+  - python3.4 -m pytest --cov rpg tests
 test-py3.5:
   image: python:3.5
   stage: py35