From bce39dd7296a449c77a82bbf0dd51137c0ff0e43 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Thu, 25 Mar 2021 20:16:09 +0100 Subject: [PATCH] gitlab-ci.yml: move build-docs to build stage The implicit test stage is a scheduled to run after all the jobs from the build stage succeed. This introduces a unneeded dependency between building the code and building the documentation. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .ostc-ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ostc-ci/gitlab-ci.yml b/.ostc-ci/gitlab-ci.yml index f4885aa6..d9bac9f6 100644 --- a/.ostc-ci/gitlab-ci.yml +++ b/.ostc-ci/gitlab-ci.yml @@ -44,6 +44,7 @@ reuse: build-docs: image: name: registry.ostc-eu.org/ostc/containers/ostc-docs-builder + stage: build script: - cd docs && make artifacts: -- GitLab