From e8f01661abb37266aff75526fa4b7767bc6e873e Mon Sep 17 00:00:00 2001
From: Ray Andrew <13515073@std.stei.itb.ac.id>
Date: Fri, 27 Apr 2018 00:58:23 +0700
Subject: [PATCH] Initial commit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 311c114..14452b5 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,7 @@ before_script:
   - php importersql.php
 
 test:
+	stage: test
   script:
   - composer test
 
-- 
GitLab