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:5.6-alpine3.8
phpunit:
stage: linting
image: registry.gitlab.com/pipeline-components/phpunit:latest
script:
- phpunit .