image: name: pandoc/latex:2.11.4 entrypoint: ["/bin/sh", "-c"] stages: - build build: stage: build script: - tlmgr update --self - tlmgr install footmisc - pandoc --version - mkdir build - chmod +x ./build.sh - ./build.sh artifacts: paths: - "build"