From 8710a05963871000a52753052c39be669ac92192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Sat, 24 Nov 2018 17:10:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd0fe1d7d..e7d8e7060 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ variables: public_docker_image_name: docker.io/${CI_PROJECT_PATH} stages: + - doc - build - test - packaging @@ -578,7 +579,7 @@ publish:docker: publish:doc: image: ${build_deps_image_name}:${build_deps_image_version} - stage: publish + stage: doc only: - master - alphanet