From 2d58c697e7eeb513970cb8a0075f93f299e5f5f5 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Mon, 8 Mar 2021 12:56:17 +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 e71bf8e..133a79a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 image: alpine:latest
 
 stages:
+    - test
     - deploy
   
 pages-test:
@@ -13,7 +14,7 @@ pages-test:
     - echo "Teste, ob Kontaktperson gesetzt ist..."
     - (! grep 'Max Mustermann' public/kontakt.html)
   only:
-    - master
+    - test
   
 pages-master:
   stage: deploy
-- 
GitLab