diff --git a/.gitlab-ci b/.gitlab-ci
index f6b301dc158ff27ab74a7d3cc2e10ba244787a4e..37b396e85024b6c07a1a843f10a3e9d72f981945 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit f6b301dc158ff27ab74a7d3cc2e10ba244787a4e
+Subproject commit 37b396e85024b6c07a1a843f10a3e9d72f981945
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d5ce69fef2ce55e66d222d54e885b46f48f873fd..e373bc0ccdfd47c4c817187ac06ab62c3cae8269 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: f6b301dc158ff27ab74a7d3cc2e10ba244787a4e
+    ref: 37b396e85024b6c07a1a843f10a3e9d72f981945
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: f6b301dc158ff27ab74a7d3cc2e10ba244787a4e
+  GITLAB_CI_REVISION: 37b396e85024b6c07a1a843f10a3e9d72f981945
   BB_RECIPE_NAME: linux-seco-mtk
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904