diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ffc8d2..d169724 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,9 @@ upload: script: - docker push luki42/latex-full:latest +cleanup_all: + stage: cleanup + build_full: stage: build script: @@ -26,8 +29,4 @@ upload_full: stage: upload needs: ["build_full"] script: - - docker push luki42/latex-full:static - - -cleanup_all: - stage: cleanup \ No newline at end of file + - docker push luki42/latex-full:static \ No newline at end of file