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

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20db1c89e..f58a25608 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ update:
     # Pfad zum neu geklonten Repo
     - path=`pwd`
     - cd ~/MetaGer
-    - $("$path/deploy/checkServerStatus.sh")
+    - $path/deploy/checkServerStatus.sh
   script:
     - cd ~/MetaGer
     - git pull "$path"
-- 
GitLab