From ab633db0c736c1a054cd2d217dc3e05d44e62ed1 Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Tue, 4 Apr 2023 15:41:25 +0200
Subject: [PATCH] [PATH] Fix on script execution path

---
 manifest-pipeline-yocto.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml
index 27e587b..d86b878 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:
-- 
GitLab