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