From eb4e6cbc70a73cbde9c64e11678ec8021c5673fd Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Tue, 21 Apr 2020 19:06:25 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f064f84..aab600e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ build: stage: build script: - cd latest - - docker build -t luki42/latex-full:latest . + - docker build --no-cache -t luki42/latex-full:latest . upload: stage: deploy