diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4a819f..73954cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,10 @@ build_full: - cd static - docker build --no-cache -t luki42/latex-full:static . when: manual + allow_failure: false upload_full: stage: upload needs: ["build_full"] - allow_failure: true script: - docker push luki42/latex-full:static \ No newline at end of file