From 96a1c0e65e37ec6dfa031cde0992ea571566a89f Mon Sep 17 00:00:00 2001 From: Raul Barreras <rbarreras@nebraska.edu> Date: Tue, 13 Oct 2020 16:50:51 +0000 Subject: [PATCH] add .gitlab-ci.yml --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..650eebc --- /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 -- GitLab