From ab4fd2013c6193cabf97d90dc2d202d25b22138b Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 8 Aug 2016 12:36:07 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e9bfc9..b7e4e72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: thallian/calendar-builder:latest build: script: - - su -c "lualatex --output-directory=./build ./calendar.tex" builder + - su -c "lualatex --output-directory=. ./calendar.tex" builder artifacts: paths: - - build/calendar.pdf + - calendar.pdf