diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5033ba926207435b19a5943a252e7be185348dad..a877957e341d2c1fe778ffc403f4f32c7b0557c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
 before_script:
     - export CWD=$(pwd)
     - export PYTHONPATH=$PYTHONPATH:$CWD
-    - source /etc/environment # Why this doesn't happen automatically I don't know...
     # - cd /finesse
     # - rm kat
     # - git reset --hard
@@ -14,6 +13,7 @@ before_script:
     
 python_3:
     script:
+        - source /setup.sh
         - kat -v
         - which python3
         - python3 --version
@@ -22,6 +22,7 @@ python_3:
         
 python_2:
     script:
+        - source /setup.sh
         - kat -v
         - which python2.7
         - python2.7 --version