pipeline: functional-tests: image: thecodingmachine/php:7.4-v4-cli commands: - "composer install" - "vendor/bin/phpunit --configuration phpunit.xml.dist"