From 1c3d892a7f4a86711ad8275675a68060f85d547b Mon Sep 17 00:00:00 2001 From: Raul Barreras <rbarreras@nebraska.edu> Date: Tue, 13 Oct 2020 17:00:26 +0000 Subject: [PATCH] update gitlab-runner tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 650eebc..61ef480 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,6 @@ XML Lint: stage: test image: its-registry.unl.edu/unl-its/docker-ci/xml-lint:latest --no-schema tags: - - itss, docker + - iam-pub, docker script: - xml-lint ./ --no-schema -- GitLab