From 5ced38f40072cbc4f83736e78bc36919c8b0c6c5 Mon Sep 17 00:00:00 2001
From: Ray Andrew <13515073@std.stei.itb.ac.id>
Date: Thu, 26 Apr 2018 23:48:16 +0700
Subject: [PATCH] Initial commit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a753a05..506a3f7 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ before_script:
   # - http_proxy=${HTTP_PROXY}` https_proxy="" composer install
   # - echo \$active_group = \'test\'\; >> application/config/config.php
   - http_proxy=${HTTP_PROXY} https_proxy="" composer install
-	- php vendor/kenjis/ci-phpunit-test/install.php
+  - php vendor/kenjis/ci-phpunit-test/install.php
   - php importersql.php
 
 test:
-- 
GitLab