kind: pipeline type: docker name: default steps: - name: install image: composer commands: - composer install - name: test image: php:7 commands: - vendor/bin/phpunit