The image is for running phpunit, phpunit is installed in /app/ in case you need to customize the install before usage. The image is based on php:8.2-alpine3.17
phpunit:
stage: linting
image: registry.gitlab.com/pipeline-components/phpunit:latest
script:
- phpunit .