diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35c1358ac39d25f2940406db162a00caa73d51be..344381666a066e01f85a7d029aa94448180f9e65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,5 +6,6 @@ default:
 my_tests:
   # Good to put a small description here of what this job does
   script:
+    - pip install .
     - pip install -r requirements_dev.txt
     - pytest
\ No newline at end of file