From 9015ae9e9d1d4ad9a46ef6768889573eb4c5e127 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Tue, 3 May 2016 16:00:15 +0200
Subject: [PATCH] Bugfix

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28a57706c..49fd4446b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,8 @@
 update:
+  only:
+    - master
+    - tags
+    - triggers
   before_script:
     # Abhängigkeiten überprüfen
     - which virtualbox
@@ -6,14 +10,10 @@ update:
     - which composer
     - which git
     - which php
+  script:
     # Pfad zum neu geklonten Repo
     - path=`pwd`
     - cd ~/
     - $path/deploy/checkServerStatus.sh "$path"
-  script:
     - cd ~/MetaGer
-    - git pull "$path"
-  only:
-    - master
-    - tags
-    - triggers
\ No newline at end of file
+    - git pull "$path"
\ No newline at end of file
-- 
GitLab