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