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