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