diff --git a/.gitlab-ci b/.gitlab-ci
index ed36b4655636ee0b54edd1a282b3b7a6414815e2..8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit ed36b4655636ee0b54edd1a282b3b7a6414815e2
+Subproject commit 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c909f3a9d3f3b50f42830f1f4ce349ca785f3013..9496c5f7dbc3c378f64ffa1b7217dc3802516785 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: ed36b4655636ee0b54edd1a282b3b7a6414815e2
+    ref: 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: ed36b4655636ee0b54edd1a282b3b7a6414815e2
+  GITLAB_CI_REVISION: 8edbf2a64fe54227a10802b8fc9e1f0fbdd967c2
   BB_RECIPE_NAME: xconfig
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904