diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 690a3963298b4a509a93e6f0f8295967a3c7eef4..1c796270b16ec83e44e6df5b7241589a0685e07c 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