diff --git a/.gitlab-ci.sh b/.gitlab-ci.sh index 6f1bb0a7..878bde8b 100644 --- a/.gitlab-ci.sh +++ b/.gitlab-ci.sh @@ -13,7 +13,7 @@ docker-php-ext-install mbstring pdo_mysql curl json intl gd xml zip bz2 opcache # Install Composer and project dependencies. curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -#composer update +composer install # Copy over testing configuration. cp .env.testing .env