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 54c6a5c72790609aaede25f5a2120e2a27368308..8c41e1f7cb1eeaf7f453de5e1888ff39b068d508 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
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
   # As soon as this gets fixed upstream, the hard-coded branch name should be removed.