From d2633eafc93852866407ff8317e031c7d4579775 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Wed, 1 Aug 2018 15:37:59 +0800 Subject: [PATCH] update gitlab ci --- .gitlab-ci.sh | 1 + 1 file changed, 1 insertion(+) 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