diff --git a/.gitlab-ci b/.gitlab-ci
index 3eef782efc50e805fd4640281aa8039d8594720e..d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 3eef782efc50e805fd4640281aa8039d8594720e
+Subproject commit d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f5ade561ffa38b7caba38dd878f2a85755fd4dc..5967655e56a6c771498b71254d6ff98ef078365a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 3eef782efc50e805fd4640281aa8039d8594720e
+    ref: d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 3eef782efc50e805fd4640281aa8039d8594720e
+  GITLAB_CI_REVISION: d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
   # 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.