diff --git a/.gitlab-ci b/.gitlab-ci
index 21c374366d32304dfd85f117fbeaf530d08e920b..dcf8c7c250fbd03241a84a15793512ed3b0792ec 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 21c374366d32304dfd85f117fbeaf530d08e920b
+Subproject commit dcf8c7c250fbd03241a84a15793512ed3b0792ec
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18fe6732db91f38404a90190b42d75af0e2b9ef1..2bebbabd413367e8a0f8ec6e1bd424cf9a4645f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
-    ref: 21c374366d32304dfd85f117fbeaf530d08e920b
+    ref: dcf8c7c250fbd03241a84a15793512ed3b0792ec
     file: 'layers-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 21c374366d32304dfd85f117fbeaf530d08e920b
+  GITLAB_CI_REVISION: dcf8c7c250fbd03241a84a15793512ed3b0792ec
   # 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.