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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 342c25a..a340f29 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,10 @@ image: php:fpm-alpine
 services:
   - mysql:5.7
 
+stages:
+  - test
+  - deploy
+
 cache:
   paths:
   - vendor/
@@ -36,6 +40,7 @@ before_script:
   - php importersql.php
 
 test:
+  stage: test
   script:
     - composer test
   artifacts:
-- 
GitLab