From f55aef24c4753d748699ab4805a4022635421c3d Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Sun, 10 Oct 2021 20:53:25 +0000
Subject: [PATCH] jug_xl build --no-cache

(cherry picked from commit e0bbf92d08f88c1d6126eb01f84a3b959a8eeae9)
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 417bd279d..710c55253 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -245,6 +245,7 @@ jug_xl:default:
                    --build-arg DETECTOR_VERSION=${DETECTOR_VERSION}
                    --build-arg IP6_VERSION=${IP6_VERSION}
                    --build-arg JUG_VERSION=${INTERNAL_TAG}-$(git rev-parse HEAD)
+                   --no-cache
                    containers/jug
     - !reference [.build, script]
 
@@ -267,6 +268,7 @@ jug_xl:nightly:
                    -f containers/jug/xl.Dockerfile
                    --build-arg INTERNAL_TAG=${INTERNAL_TAG}
                    --build-arg JUG_VERSION=nightly-$(date +%Y-%m-%d_%H-%M-%S)-${INTERNAL_TAG}-$(git rev-parse HEAD)
+                   --no-cache
                    containers/jug
     - |
       PUSH_FLAG=""
-- 
GitLab