diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 788834f3d15d724c2be9bde0a355b47f122fbc1f..5aa959d8151a7179cb447f12b8d9f5deca90e323 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,4 +5,5 @@ test-3.4:
   image: mmpe/wetb
   script:
   - pip install -U setuptools
-  - python
\ No newline at end of file
+  - pip install -e .
+  - python -V
\ No newline at end of file