From 66a6e129b9dfe3e6ed5654bc6c7c58746d6bc64c Mon Sep 17 00:00:00 2001
From: Imran Hussain <imranh@sucs.org>
Date: Sat, 7 Nov 2015 23:34:09 +0000
Subject: [PATCH] ci stuff is confuse

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ed2cd7..494679a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,11 @@
 image: php:5.4-cli
 
-syntax:
+install-deps:
   script:
   - apt-get install -y git
+
+syntax:
+  script:
   - php -l htdocs/index.php
   - php -l components/*.php
   - php -l plugins/*.php
-- 
GitLab