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