diff --git a/.gitlab-ci b/.gitlab-ci
index c657f31f22275e773c67bf43ce320673276107e0..0264fe09b524b97d9cc1ca85906bf904ee86f0e0 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit c657f31f22275e773c67bf43ce320673276107e0
+Subproject commit 0264fe09b524b97d9cc1ca85906bf904ee86f0e0
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77f5c5bf38e17d3a029095733312ff3f4c7487ed..69b80db7e7af54c34679ceea72c353cd467c5e45 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: c657f31f22275e773c67bf43ce320673276107e0
+    ref: 0264fe09b524b97d9cc1ca85906bf904ee86f0e0
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: c657f31f22275e773c67bf43ce320673276107e0
+  GITLAB_CI_REVISION: 0264fe09b524b97d9cc1ca85906bf904ee86f0e0
   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