From ec438bdeb2a5b411677d0e423d90ae8b6fc990e2 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Mon, 21 Dec 2020 12:38:22 +0100
Subject: [PATCH] Adaption of gitlab-ci

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c78bdce..38df26d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ cache:
 
 stages:
   - test
-  - publish
+  - deploy
 
 test:
   stage: test
@@ -17,10 +17,10 @@ test:
     - yarn run test
 
 publish:
-  stage: publish
+  stage: deploy
   only:
     refs:
-      - publish
+      - deploy
       - master
   script:
     # https://www.npmjs.com/settings/dbp-deploy/tokens
-- 
GitLab