kind: pipeline name: default steps: - name: install image: composer commands: - composer install --ignore-platform-reqs - name: test image: php:7 commands: - vendor/bin/phpunit --configuration config.xml