From ce59fad729826d1f31336440b14f9ec82fc1b93f Mon Sep 17 00:00:00 2001
From: Sebastian Hahta <joseha@utu.fi>
Date: Fri, 13 Dec 2019 12:48:20 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04b2b6760..c6173a686 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,10 @@ linux:
     - make
     - ctest --output-on-failure
 
-linux:
-  stage: all
+webserver-deploy:
+  only:
+    - master
+  stage: deploy
   tags:
     - linux
   variables:
-- 
GitLab