diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f0fe386ec883fa98c19ee5b32902f3e01ed21a8..b6d7e85724693c54d56404270eb6d5dad94a4eef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ include:
   variables:
     SOFTWARE_ROOT: ""
   script:
+    - cd ${SOFTWARE_ROOT}
     - build ${SOFTWARE_ROOT}
 
 build_tp_2:
@@ -20,6 +21,7 @@ build_tp_2:
   variables:
     SOFTWARE_ROOT: ""
   script:
+    - cd ${SOFTWARE_ROOT}
     - test ${SOFTWARE_ROOT}
 
 test_tp_2:
@@ -32,6 +34,7 @@ test_tp_2:
   variables:
     SOFTWARE_ROOT: ""
   script:
+    - cd ${SOFTWARE_ROOT}
     - coverage ${SOFTWARE_ROOT}
 
 coverage_tp_2: