Update .gitlab-ci.yml file to build docs in build job rather than unit-tests
This commit is contained in:
parent
ceb1c00784
commit
802372a504
@ -13,7 +13,7 @@ variables:
|
||||
IMAGENAME: $CI_PROJECT_NAME # if the project URL is gitlab.example.com/group-name/project-1, CI_PROJECT_NAME is project-1
|
||||
|
||||
pages:
|
||||
stage: unit-tests
|
||||
stage: build
|
||||
before_script:
|
||||
- !reference [.activate-venv, script]
|
||||
script:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user