From 137c584ef41f54e7ba54122d7cb4b41d5375738f Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Thu, 21 Jan 2021 11:38:42 +0100 Subject: [PATCH] Update ci config --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e91d45e..b04bd69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ final_report: image: registry.gitlab.com/silkeh/latex:latest script: - apk update; apk add make - - make + - make -j artifacts: paths: - report.pdf