image: php:latest cache: paths: - vendor build: stage: build script: - ./tools/composer install test: stage: test script: - ./tools/composer test