From 0b7145d72efadc97496bf21cc6a45ecfcb330ae6 Mon Sep 17 00:00:00 2001
From: Ray Andrew <13515073@std.stei.itb.ac.id>
Date: Fri, 27 Apr 2018 01:02:00 +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 6d8ab86..2d1434f 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ before_script:
 test:
   stage: test
   script:
-  - composer test
+    - composer test
 
 pages:
   stage: deploy
-- 
GitLab