From 9f05c44c71f59cf9204d6977429af74b2c09e06e Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Mon, 3 Jun 2019 21:42:20 -0700
Subject: [PATCH] Set a fake config directory to appease the installer

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04453c9..0715c06 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +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"
+  - pecl config-set php_ini /tmp/php.ini
   - yes '' | pecl install -f $PECL_REDIS_VERSION
 
   # PHPUnit
-- 
GitLab