Skip to content
Snippets Groups Projects
Commit 975685bb authored by Raul Barreras's avatar Raul Barreras
Browse files

Update .gitlab-ci.yml

parent b551cb72
No related branches found
No related tags found
1 merge request!16Resolve "validate xml file in CI/CD"
......@@ -9,6 +9,6 @@ XML_Lint:
image:
name: its-registry.unl.edu/unl-its/docker-ci/xml-lint:latest
tags:
- iam-pub, docker
- iam-pub, dockerd, shell
script:
- xml-lint ./ --no-schema
- docker run -v ${PWD}:/work its-registry.unl.edu/unl-its/docker-ci/xml-lint:latest xml-lint /work/ --no-schema
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment