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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b2a11b7..100e8e3 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,9 @@ test:
   stage: test
   script:
     - composer test
+  artifacts:
+    paths:
+    - report/
 
 pages:
   stage: deploy
-- 
GitLab