This commit is contained in:
lukas-heilgenbrunner 2024-04-10 19:27:17 +02:00
parent 3ca441c256
commit f1b651d237

View File

@ -3,7 +3,7 @@ image: registry.gitlab.com/islandoftex/images/texlive:latest
build: build:
script: script:
- cd src - cd src
- latexmk main.tex - latexmk -shell-escape -pdf main.tex
after_script: after_script:
- cat src/main.log - cat src/main.log
artifacts: artifacts: