diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index e96939e0b719dfe1180fb544ece0caa8a3aab872..9476f9445ca1d394aad6654cfe9863f22b3f9209 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -208,7 +208,7 @@ retrigger:
         sh .gitlab-ci/scripts/build_setup.sh $GITBOT_TOKEN $CI_REPOSITORY_URL $BUILD_BRANCH $DEFCONFIG_FILE $RECIPE_NAME
         . ./seco-setup.sh -d ${DEFCONFIG_FILE};
         . ./seco-setup.sh -c;
-        sh .gitlab-ci/scripts/yocto_cache_setup.sh $PROCESSOR
+        sh ../.gitlab-ci/scripts/yocto_cache_setup.sh $PROCESSOR
         time bitbake ${RECIPE_NAME};
         if [[ "$CI_JOB_NAME" != *"embedded"* ]]; then time bitbake seco-bundle-edgehog; fi;
         "