The image is for running xmllint, xmllint is installed in /app/ in case you need to customize the install before usage.
xmllint:
stage: linting
image: registry.gitlab.com/pipeline-components/xmllint:latest
script:
- find . -iname "*.xml" -type f -exec xmllint --noout {} \+