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