pipeline: requirements: image: composer commands: - composer install --no-dev run: image: php commands: - ./backup show config.example.yml test: image: composer commands: - composer install - ./vendor/bin/phpunit tests