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