Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-21 19:06:25 +00:00
parent 345296efbd
commit eb4e6cbc70

View File

@ -2,7 +2,7 @@ build:
stage: build stage: build
script: script:
- cd latest - cd latest
- docker build -t luki42/latex-full:latest . - docker build --no-cache -t luki42/latex-full:latest .
upload: upload:
stage: deploy stage: deploy