diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..650eebc3afe9730e805b24ebf740f59fdcfb6d5b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,15 @@ +variables: + GITLAB_CI: 1 + +image: + +stages: + - test + +XML Lint: + stage: test + image: its-registry.unl.edu/unl-its/docker-ci/xml-lint:latest --no-schema + tags: + - itss, docker + script: + - xml-lint ./ --no-schema