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