kind: pipeline type: docker name: test services: - name: cache image: redis steps: - name: composer image: composer:latest commands: - composer install - name: basetest image: phpunit:7.3 commands: - vendor/bin/phpunit -c test/phpunit.xml - name: redistest image: phpunit:7.3 commands: - vendor/bin/phpunit -c test/phpunit.xml environment: SUPERVISOR: ParallelSuperVisor TASKSTORAGE: RedisTaskStorage