diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0284755..67cd5d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,15 @@ stages: - update -update_composer: +composer_update: stage: update + image: composer:latest script: - composer update - only: - - triggers \ No newline at end of file + artifacts: + paths: + - vendor/ + cache: + key: ${CI_COMMIT_REF_SLUG} + paths: + - vendor/ \ No newline at end of file