From 1bca556504b8b604076df99102da9761588a6143 Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Wed, 1 Aug 2018 17:00:50 +0800 Subject: [PATCH] fix artisan not found --- .gitlab-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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