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