From 11147978fea75b1df5bff510a25f9930b46b22f6 Mon Sep 17 00:00:00 2001
From: Lennart Kramer <lennart.kramer@stud.uni-goettingen.de>
Date: Fri, 5 Jun 2020 17:00:45 +0200
Subject: [PATCH] Actually execute pipeline on master

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e724ce7..5549e6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,5 @@ build_webservice:
       artifacts: true
   tags:
     - docker
-  except:
-    - master
   script:
     - ./build.sh ${REGISTRY}
-- 
GitLab