Skip to content
Snippets Groups Projects
Commit c7c5d514 authored by Jasper Clemens Gräflich's avatar Jasper Clemens Gräflich
Browse files

Update .gitlab-ci.yml file

parent e727cfd3
No related branches found
No related tags found
No related merge requests found
Pipeline #86580 passed
...@@ -20,10 +20,10 @@ build: ...@@ -20,10 +20,10 @@ build:
- export NO_proxy="127.0.0.1, *.ptb.de" - export NO_proxy="127.0.0.1, *.ptb.de"
script: script:
- cd ${FOLDER} - cd ${FOLDER}
- lualatex ${FILE} - lualatex --shell-escape ${FILE}
- biber ${FILE} - biber ${FILE}
- lualatex ${FILE} - lualatex --shell-escape ${FILE}
- lualatex ${FILE} - lualatex --shell-escape ${FILE}
- cd .. - cd ..
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment