From b46ce0ba4bda082c40f7734e4396a24eac5cccd0 Mon Sep 17 00:00:00 2001
From: Ray Andrew <13515073@std.stei.itb.ac.id>
Date: Fri, 27 Apr 2018 00:58:42 +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 14452b5..33d3d43 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ before_script:
   - php importersql.php
 
 test:
-	stage: test
+  stage: test
   script:
   - composer test
 
-- 
GitLab