diff --git a/.gitlab-ci b/.gitlab-ci
index 9d430fe85bd049af05210b103a55e69171c5994b..d67898a2a092096eecddcfa4d42cd740c6959be1 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 9d430fe85bd049af05210b103a55e69171c5994b
+Subproject commit d67898a2a092096eecddcfa4d42cd740c6959be1
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6ae9874756a778e694abbb3493b0865a25f471e..a7cb42d3c0dcd9c603b253d579bf2d4270274556 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 9d430fe85bd049af05210b103a55e69171c5994b
+    ref: d67898a2a092096eecddcfa4d42cd740c6959be1
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 9d430fe85bd049af05210b103a55e69171c5994b
+  GITLAB_CI_REVISION: d67898a2a092096eecddcfa4d42cd740c6959be1
   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