diff --git a/.gitlab-ci b/.gitlab-ci
index bab6f8116ca81f562eef7d878bec5992953c4276..ea1f3badfbab2167640774e38310c9251ada488b 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit bab6f8116ca81f562eef7d878bec5992953c4276
+Subproject commit ea1f3badfbab2167640774e38310c9251ada488b
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8af2d7697f4a739cdad9fdc751f22de0aa029d4c..4b1d689bb0f696c4f3e112ff94fd9e1f4ed5a67c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: bab6f8116ca81f562eef7d878bec5992953c4276
+    ref: ea1f3badfbab2167640774e38310c9251ada488b
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: bab6f8116ca81f562eef7d878bec5992953c4276
+  GITLAB_CI_REVISION: ea1f3badfbab2167640774e38310c9251ada488b
   BB_RECIPE_NAME: qt-multi-screen-compositor
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904