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 -type f -iname "*.xml" | xargs xmllint --noout