# From https://docs.gitlab.com/ee/ci/examples/php.html image: php:7.4-cli before_script: # Install dependencies - bash ci/docker_install.sh > /dev/null test: script: - php composer.phar run test:gitlab artifacts: when: always reports: junit: report.xml