image: sumdoc/texlive-2018 before_script: - apt-get update && apt-get install -y openjdk-8-jre && rm -rf /var/lib/apt/lists/* - tlmgr update --self --all build: script: - arara -lv satzung.tex - arara -lv beitragsordnung.tex artifacts: paths: - ./*.pdf # cache all auxilliary files to speed up compilation cache: untracked: true key: "$CI_BUILD_NAME"