From 308fcb59b17912d5ad708d9bc933765aa381052e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 2 Mar 2023 17:30:33 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fe6b19..e204343 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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