diff --git a/.gitlab-ci.sh b/.gitlab-ci.sh index f68d78cd..36cacd06 100644 --- a/.gitlab-ci.sh +++ b/.gitlab-ci.sh @@ -14,6 +14,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 php composer.phar install +composer update # Copy over testing configuration. cp .env.testing .env