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 f3e34eb7e0e9cbefb35b0cb5b35809f3e7994b9c..961f74d5678a782be8a4290aa67169569da72f6f 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: gfplatdetect
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904