From 62060b98084c4e66c539e8522dfcb266c5d7ab01 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Wed, 23 Jan 2019 10:57:40 +0100
Subject: [PATCH] change of name of stage

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c90b646a..c6ba43d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 image: digitallyseamless/nodejs-bower-grunt
 
 pages:
-  stage: deploy-stable
+  stage: deploy
   only:
     - master
   script:
@@ -13,8 +13,7 @@ pages:
     paths:
       - public/stable
 
-pages:
-  stage: deploy-unstable
+  stage: build
   only:
     - develop
   script:
-- 
GitLab