Skip to content
Snippets Groups Projects
Commit bce39dd7 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki Committed by Andrei Gherzan
Browse files

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: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 7d20b72d
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,7 @@ reuse: ...@@ -44,6 +44,7 @@ reuse:
build-docs: build-docs:
image: image:
name: registry.ostc-eu.org/ostc/containers/ostc-docs-builder name: registry.ostc-eu.org/ostc/containers/ostc-docs-builder
stage: build
script: script:
- cd docs && make - cd docs && make
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment