image: composer cache: paths: - vendor build: stage: build script: - composer install test: stage: test script: - composer test