From 354e25610cd62efc99579ff9d90b1f7eaa56a71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Wed, 11 Dec 2019 16:20:11 +0100 Subject: [PATCH] =?UTF-8?q?Utilise=20`composer=20update`=20plut=C3=B4t=20q?= =?UTF-8?q?ue=20`composer=20install`=20en=20CI.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f5e36d..85732ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - php -v - composer -V script: - - composer install $COMPOSER_OPTS + - composer update $COMPOSER_OPTS - php -l src/*.php - vendor/bin/php-cs-fixer fix --verbose --dry-run --using-cache=no - vendor/bin/phpunit -- GitLab