From b7bdb36588e113c4cd105dd134a85e07a5777922 Mon Sep 17 00:00:00 2001
From: Ray Andrew <13515073@std.stei.itb.ac.id>
Date: Fri, 27 Apr 2018 00:25:27 +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 d21d0e7..bc2f8bc 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
 before_script:
   - export http_proxy=${HTTP_PROXY}
   - export https_proxy=${HTTP_PROXY}
-	- pecl install xdebug
+  - pecl install xdebug
   - docker-php-ext-configure intl
   - docker-php-ext-install json intl mysqli
   - docker-php-ext-enable json intl mysqli debug
-- 
GitLab