From 0ebed808d8f19a409a342d3056ecea74254a6a92 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Thu, 16 Apr 2020 18:09:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f21e592..5b2d6be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,10 @@ image: blang/latex build: script: + - apt update && apt install -y wget unzip + - wget http://mirrors.ctan.org/macros/latex/contrib/beamer-contrib/themes/beamertheme-focus.zip + - unzip beamertheme-focus.zip + - mv beamertheme-focus/*.sty /usr/share/texmf/tex/latex/ - latexmk -pdf src/main.tex artifacts: paths: