diff --git a/.gitlab-ci b/.gitlab-ci
index fd74201777c771cf911112ce8e196f29f9598dd8..3eef782efc50e805fd4640281aa8039d8594720e 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit fd74201777c771cf911112ce8e196f29f9598dd8
+Subproject commit 3eef782efc50e805fd4640281aa8039d8594720e
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b46f8eadafb1631da5761c3775a1127c56317e8a..649f07c9275d7721019b0aa3f79295c0dd9b5546 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: fd74201777c771cf911112ce8e196f29f9598dd8
+    ref: 3eef782efc50e805fd4640281aa8039d8594720e
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: fd74201777c771cf911112ce8e196f29f9598dd8
+  GITLAB_CI_REVISION: 3eef782efc50e805fd4640281aa8039d8594720e
   BB_RECIPE_NAME: linux-imx
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904