Update .gitlab-ci.yml

This commit is contained in:
Grégoire Henry 2018-11-24 17:10:39 +00:00
parent 67c666ef84
commit 8710a05963

View File

@ -5,6 +5,7 @@ variables:
public_docker_image_name: docker.io/${CI_PROJECT_PATH} public_docker_image_name: docker.io/${CI_PROJECT_PATH}
stages: stages:
- doc
- build - build
- test - test
- packaging - packaging
@ -578,7 +579,7 @@ publish:docker:
publish:doc: publish:doc:
image: ${build_deps_image_name}:${build_deps_image_version} image: ${build_deps_image_name}:${build_deps_image_version}
stage: publish stage: doc
only: only:
- master - master
- alphanet - alphanet