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