From b551cb72fbc7e982ad577462666d511e1dbfc005 Mon Sep 17 00:00:00 2001 From: Raul Barreras <rbarreras@nebraska.edu> Date: Tue, 13 Oct 2020 18:05:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e98533d..a13c369 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,10 @@ -variables: - GITLAB_CI: 1 - stages: - test before_script: - rm -f /home/gitlab-runner/.docker/config.json -XML Lint: +XML_Lint: stage: test image: name: its-registry.unl.edu/unl-its/docker-ci/xml-lint:latest -- GitLab