diff --git a/.gitlab-ci b/.gitlab-ci index 094983aec67b5e58813cf89d731d052c48804bac..ab19eb61134380b86d35ab0c5ec92a3033a272e4 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 094983aec67b5e58813cf89d731d052c48804bac +Subproject commit ab19eb61134380b86d35ab0c5ec92a3033a272e4 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f80abc891e8b5b7841e5d2c4ef6ec17650c33a23..2c41e665efe979a84502475d42d08f40548c2646 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 094983aec67b5e58813cf89d731d052c48804bac + ref: ab19eb61134380b86d35ab0c5ec92a3033a272e4 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 094983aec67b5e58813cf89d731d052c48804bac + GITLAB_CI_REVISION: ab19eb61134380b86d35ab0c5ec92a3033a272e4 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