diff --git a/.gitlab-ci b/.gitlab-ci
index a4de07e983ec27d8b8682bf6e42494d3c2fc3f02..5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
+Subproject commit 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fea0b3a987eacc2cd723d5e7f0313c71fc4ab3c0..ddce14d6b8af40d7f30153f57f0a5375519c3ae2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,11 +3,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
-    ref: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
+    ref: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
+  GITLAB_CI_REVISION: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
   # 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.