From 5e5179e23641964054f434a8464be3390a575fbf Mon Sep 17 00:00:00 2001
From: Reto Gerber <reto.gerber@uzh.ch>
Date: Wed, 23 Jun 2021 12:50:04 +0000
Subject: [PATCH] Update .gitlab-ci.yml file to run on gitlab.uzh.ch

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bbc7e8a7..5fb141e4d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ image_build:
   before_script:
     - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN http://$CI_REGISTRY
   script: |
-    docker build --no-cache --tag $CI_REGISTRY_IMAGE:latest .
+    docker build --tag $CI_REGISTRY_IMAGE:latest .
     docker push $CI_REGISTRY_IMAGE:latest
 
   #CI_COMMIT_SHA_7=$(echo $CI_COMMIT_SHA | cut -c1-7)
-- 
GitLab