build: stage: build script: - cd latest - docker build --no-cache -t luki42/latex-full:latest . upload: stage: deploy script: - docker push luki42/latex-full:latest