kind: pipeline type: docker name: test steps: - name: composer image: composer:latest commands: - composer install - name: base image: phpunit:7.3 commands: - vendor/bin/phpunit -c test/phpunit.xml