diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 859b0ed4249b0cab4ad301d4cb405e194d84ed81..6f4401ef5d0ee93a6ba342fe43ecc8038223cc65 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,18 +11,18 @@ variables:
 before_script:
   - export http_proxy=${HTTP_PROXY}
   - export https_proxy=${HTTP_PROXY}
-  - apk add wget
+  # - apk add wget
   - 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 ..
-  - docker-php-ext-enable 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
   - docker-php-ext-enable json intl mysqli debug