diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 78a8be9587952d9edfd86ba3aa68efd1b69d61e2..e66c236a9d1f74d6182a7f739e619c7e3be9ab9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,7 @@ default:
   tags: ["docker", "ssec_shared"] # use shared runners at the SSEC
   before_script:
     - python --version ; pip --version # For debugging
+    - pip install .
     - pip install -r requirements_dev.txt
     
 workflow: