From 384363bd7b4b37e4d7472dfacd233657dfc2e8f8 Mon Sep 17 00:00:00 2001
From: Lars Beckers <larsb@fsmpi.rwth-aachen.de>
Date: Thu, 9 May 2019 16:30:40 +0200
Subject: [PATCH] CI: Reenable all builds before merging back

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8523402..bcac44b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,8 +17,6 @@ sssd:
   artifacts: 
     paths: 
       - packages/*
-  only:
-    - master
 
 adcli:
   stage: build
@@ -26,8 +24,6 @@ adcli:
   artifacts: 
     paths: 
       - packages/*
-  only:
-    - master
       
 nginx:
   stage: build
@@ -35,8 +31,6 @@ nginx:
   artifacts: 
     paths: 
       - packages/*
-  only:
-    - master
 
 ganeti:
   stage: build
@@ -44,8 +38,6 @@ ganeti:
   artifacts: 
     paths: 
       - packages/*
-  only:
-    - master
 
 grml-zsh-config:
   stage: build
@@ -53,8 +45,6 @@ grml-zsh-config:
   artifacts:
     paths:
       - packages/*
-  only:
-    - master
 
 painintheapt:
   stage: build
-- 
GitLab