kind: pipeline type: docker name: test steps: - name: composer image: composer:latest commands: - composer install - name: test image: registry.i15.nl/i15/fuzephp:7.4-alpine commands: - docker-php-ext-enable xdebug - vendor/bin/phpunit -c test/phpunit.xml