diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 43d2ee873af85f26af2821c7bbc53cfc692d8717..b97300dccd11e3a09cb00fd2c8b890e791c7bec5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,8 +44,9 @@ basic-pgms-rida:
     - psz
     - integration
   script:
-    - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
+    - "cd $CICD_TO_TEST_DIR"
     - "source set_env_vars"
+    - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
     - "cd /tmp"
     - "cd $PEASOUP_HOME/tests; ./test_cmds.sh rida"
 
@@ -55,8 +56,9 @@ basic-pgms-rida-p1:
     - psz
     - integration
   script:
-    - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
+    - "cd $CICD_TO_TEST_DIR"
     - "source set_env_vars"
+    - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests"
     - "cd /tmp"
     - "cd $PEASOUP_HOME/tests; ./test_cmds.sh rida_p1"