diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 753bd78f83a8fdf27c86d9fd6b348b70d0d2d8b2..04453c998483cca4fc7715d7d1df3ced4bc7141f 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ before_script:
   - bash bin/install-wp-tests.sh $MYSQL_DATABASE root $MYSQL_ROOT_PASSWORD mysql $WP_VERSION true
 
   # Install PECL extension we rely on
+  - php --ini | grep "Loaded Configuration File"
   - yes '' | pecl install -f $PECL_REDIS_VERSION
 
   # PHPUnit