kind: pipeline type: docker name: test steps: - name: composer image: registry.i15.nl/i15/fuzephp:8.1-alpine commands: - composer install - name: php81test image: registry.i15.nl/i15/fuzephp:8.1-alpine commands: - docker-php-ext-enable xdebug - vendor/bin/phpunit -c test/phpunit.xml - name: coverage image: registry.i15.nl/i15/fuzephp:8.1-alpine commands: - docker-php-ext-enable xdebug - vendor/bin/phpunit -c test/phpunit.xml --coverage-text image_pull_secrets: - dockerconfig