diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 075abf07258517b5e8bb0c37f95eaa4e1707cbdc..2c9de0c017ba88d8438a7a4335b3d40f2dae9b5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ prepare_composer: stage: prepare image: composer/composer:latest script: - - install + - composer install artifacts: paths: - vendor