diff --git a/.gitlab-ci b/.gitlab-ci
index 12a33b1cb92c464af80f40ee1fa87bef6a1af2a4..400ff327edd87681f2f63133957e9816b792cf85 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 12a33b1cb92c464af80f40ee1fa87bef6a1af2a4
+Subproject commit 400ff327edd87681f2f63133957e9816b792cf85
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be3939da709f5a5926f58bb4bb99b90cf9a5f04d..8ea42bcafd2e680e83927b46240498168e72933e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: 'edgehog/infrastructure/gitlab-ci'
-    ref: 12a33b1cb92c464af80f40ee1fa87bef6a1af2a4
+    ref: 400ff327edd87681f2f63133957e9816b792cf85
     file: 'layers-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 12a33b1cb92c464af80f40ee1fa87bef6a1af2a4
+  GITLAB_CI_REVISION: 400ff327edd87681f2f63133957e9816b792cf85
   # 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.