diff --git a/.gitlab-ci b/.gitlab-ci
index 37b396e85024b6c07a1a843f10a3e9d72f981945..f0ed0f4fd8cea2d0c76aabc102c68bf89fe96fbc 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 37b396e85024b6c07a1a843f10a3e9d72f981945
+Subproject commit f0ed0f4fd8cea2d0c76aabc102c68bf89fe96fbc
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e373bc0ccdfd47c4c817187ac06ab62c3cae8269..a346933b9d849374df7607ea9b64c77cdf886bc9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 37b396e85024b6c07a1a843f10a3e9d72f981945
+    ref: f0ed0f4fd8cea2d0c76aabc102c68bf89fe96fbc
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 37b396e85024b6c07a1a843f10a3e9d72f981945
+  GITLAB_CI_REVISION: f0ed0f4fd8cea2d0c76aabc102c68bf89fe96fbc
   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