diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 27e587b0c17fc821a351844867d4a8c0deb4014f..d86b878870599c7beb999b98be76b06ddf68a1ab 100644
--- a/manifest-pipeline-yocto.yml
+++ b/manifest-pipeline-yocto.yml
@@ -214,8 +214,8 @@ retrigger:
         sh ../.gitlab-ci/scripts/yocto_cache_setup.sh $PROCESSOR $CUSTOM;
         time bitbake ${RECIPE_NAME};
         if [[ "$CI_JOB_NAME" != *"embedded"* ]]; then time bitbake seco-bundle-edgehog; fi;
+        . ../.gitlab-ci/scripts/check_build_artifacts.sh;
         "
-      - . ../.gitlab-ci/scripts/check_build_artifacts.sh
       - echo "$BUILD_DIRECTORY/$IMAGES_PATH/$MACHINE" > $BASEDIR/pathname.txt
   
   after_script: