diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ce286dac57921572f729562ab419ac58df2ba90..44187d332a6336d5e2e3e78273956118bac86132 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,6 +48,7 @@ build-job:       # This job runs in the build stage, which runs first.
   stage: build
   script:
     - echo "Compiling the code..."
+    - pip install .
     - echo "Compile complete."