diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97b3c46..048306e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ build: build-latest: stage: build when: manual + allow_failure: false script: - cd latest - docker build --no-cache -t luki42/latex-full:latest-dev . @@ -25,6 +26,7 @@ upload: upload-latest: stage: upload needs: ["build-latest"] + when: on_success script: - docker push luki42/latex-full:latest-dev