From a56e64bd157a81f231a3347e47930eef1b41a55b Mon Sep 17 00:00:00 2001
From: Raul Barreras <rbarreras@nebraska.edu>
Date: Tue, 13 Oct 2020 17:53:45 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 67edb0b..e98533d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,9 @@ variables:
 stages:
   - test
 
+before_script:
+  - rm -f /home/gitlab-runner/.docker/config.json
+
 XML Lint:
   stage: test
   image:
-- 
GitLab