1

Update .gitlab-ci.yml file

This commit is contained in:
2023-03-02 17:30:33 +00:00
parent a6bacca910
commit 308fcb59b1

View File

@ -9,8 +9,8 @@ latex:
# Install inkscape for LaTeX svg package
- apt-get update -qq && apt-get install --no-install-recommends -y inkscape
- apt-get autoclean autoremove && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
- latexmk -cd -pdf -shell-escape document/thesis.tex
- latexmk -cd -pdf -shell-escape thesis.tex
artifacts:
paths:
- "document/thesis.pdf"
- "thesis.pdf"
expire_in: 1 day