.vendor: stage: build image: fireworkweb/fwd:1.0-rc services: - docker:dind tags: - dind cache: paths: - vendor/ before_script: - cp .env.testing .env - fwd start --services app --no-checks script: - fwd composer install --prefer-dist --no-progress --no-suggest --no-interaction -v --optimize-autoloader after_script: - fwd stop --purge artifacts: paths: - vendor - public/vendor expire_in: 1 hour dependencies: []