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 6f956394b8e743d93887bb6f6a4dd32728c82087..7e5753e35d501f9082e2de90d6ba69fb75dfd5b5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
-    ref: a4de07e983ec27d8b8682bf6e42494d3c2fc3f02
+    ref: 5b87d9701f4bc7b72d26d92d7f552c2adf7d10d6
     file: 'layers-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.