diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33542f32ae846d35437f56940a8a1aad53f49ef7..8bdccbf5bb24da232ff4925f2ed0af7ddd7b0a21 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,4 +5,5 @@ before_script:
 test-3.4:
   image: python:3.4
   script:
-  - pip install -e .
\ No newline at end of file
+  - pip install -e .
+  - pip install pytest
\ No newline at end of file