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