From 0842708b7e48470489bf6ca22f09eb83ebadf871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Sun, 11 Dec 2016 21:51:37 +0100 Subject: [PATCH] change ordering of stages : publishing api at the end --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12868837d..6285506dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,11 +11,10 @@ stages: - - build-doc - - deploy-doc - test - deploy - + - build-doc + - deploy-doc