diff --git a/.gitlab-ci b/.gitlab-ci index 58554035ea3de924cc0670f811c2664224b22d76..01d6973b997cb2879e8af7e28bd1eab1482d26c4 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 58554035ea3de924cc0670f811c2664224b22d76 +Subproject commit 01d6973b997cb2879e8af7e28bd1eab1482d26c4 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50c31a5511ad16f55669a1691b90dd33c424c51e..e42b132ac5842db0deda13cb8400b8ae3ac30e2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 58554035ea3de924cc0670f811c2664224b22d76 + ref: 01d6973b997cb2879e8af7e28bd1eab1482d26c4 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 58554035ea3de924cc0670f811c2664224b22d76 + GITLAB_CI_REVISION: 01d6973b997cb2879e8af7e28bd1eab1482d26c4 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