Update .gitlab-ci.yml

This commit is contained in:
Lukas Heiligenbrunner 2020-04-22 22:02:49 +00:00
parent eccba68cce
commit 1af38865fd

View File

@ -15,6 +15,9 @@ upload:
script:
- docker push luki42/latex-full:latest
cleanup_all:
stage: cleanup
build_full:
stage: build
script:
@ -27,7 +30,3 @@ upload_full:
needs: ["build_full"]
script:
- docker push luki42/latex-full:static
cleanup_all:
stage: cleanup