diff --git a/.gitlab-ci.sh b/.gitlab-ci.sh index bef4bad0..0fe5c769 100644 --- a/.gitlab-ci.sh +++ b/.gitlab-ci.sh @@ -16,7 +16,7 @@ curl -sS https://getcomposer.org/installer | php php composer.phar install # Copy over testing configuration. -cp .env.testing .env +cp .env-example .env # Install xdebug pecl install xdebug && docker-php-ext-enable xdebug