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

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 690a396..1c79627 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,17 +11,17 @@ variables:
 before_script:
   - export http_proxy=${HTTP_PROXY}
   - export https_proxy=${HTTP_PROXY}
-  # - apk add wget
+  - apk update && apk add ca-certificates && update-ca-certificates
   - pear config-set http_proxy ${HTTP_PROXY}
   - pear update-channels && pear upgrade --force
-  # - wget http://pecl.php.net/get/xdebug-2.6.0.tgz
-  # - tar xzf xdebug-2.6.0.tgz
-  # - cd xdebug-2.6.0/
-  # - phpize
-  # - ./configure
-  # - make && make install
-  # - cd ..
-  - pecl install xdebug
+  - wget http://pecl.php.net/get/xdebug-2.6.0.tgz
+  - tar xzf xdebug-2.6.0.tgz
+  - cd xdebug-2.6.0/
+  - phpize
+  - ./configure
+  - make && make install
+  - cd ..
+  # - pecl install xdebug
   - docker-php-ext-enable xdebug
   - docker-php-ext-configure intl
   - docker-php-ext-install json intl mysqli
-- 
GitLab