diff --git a/.gitlab-ci b/.gitlab-ci
index 4f06516ae2186d539f2daf214d96138e486affdd..44000de140798d4aeff5909808a88d8cd0e4770d 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 4f06516ae2186d539f2daf214d96138e486affdd
+Subproject commit 44000de140798d4aeff5909808a88d8cd0e4770d
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9e4a13a29d286320b7972c0bf027b6f3ed62328..e0b2a1e96e50e441822895a38989d727bba42184 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,11 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 4f06516ae2186d539f2daf214d96138e486affdd
+    ref: 44000de140798d4aeff5909808a88d8cd0e4770d
     file: 'manifest-integration.yml'
 
 variables:
-  GITLAB_CI_REVISION: 4f06516ae2186d539f2daf214d96138e486affdd
+  GITLAB_CI_REVISION: 44000de140798d4aeff5909808a88d8cd0e4770d
   BB_RECIPE_NAME: linux-seco-mtk
   # FIXME: This is only necessary due to the following GitLab limitation:
   # https://gitlab.com/gitlab-org/gitlab/-/issues/209904