From 39142b688ed761ea176565f9c0b2be3fe360d848 Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Thu, 2 Jun 2022 16:23:02 +0200 Subject: [PATCH] ci: try to fix pipeline --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6405f6..b22bc16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,9 +17,9 @@ tex-compile: stage: build image: aergus/latex script: - # - git submodule init - # - git submodule update - - latexmk -pdf -f -interaction=nonstopmode *.tex + - git submodule init + - git submodule update + - latexmk *.tex artifacts: name: "$CI_PROJECT_NAME-$CI_COMMIT_SHA" paths: -- GitLab