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