From 97b39edd26bd7a4550f2a26a17dd7f87f938fb03 Mon Sep 17 00:00:00 2001
From: service_account_gitbot
 <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com>
Date: Tue, 1 Apr 2025 13:01:39 +0000
Subject: [PATCH] Integrate gitlab-ci/CI-report-image-diff

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/faec328f252691709892ffb35117124c1da2b4b0

CI: Move report-image-diff to manifest-integration stage

It has not been run in manifest only jobs, this should fix is.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index baa7c43..faec328 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit baa7c439292990731358aad6242cea6e1a1d206c
+Subproject commit faec328f252691709892ffb35117124c1da2b4b0
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2750ced..e958cee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: baa7c439292990731358aad6242cea6e1a1d206c
+    ref: faec328f252691709892ffb35117124c1da2b4b0
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: baa7c439292990731358aad6242cea6e1a1d206c
+  GITLAB_CI_REVISION: faec328f252691709892ffb35117124c1da2b4b0
   BB_RECIPE_NAME: secure-element-examples
-- 
GitLab