From a6c3005d3140d64e6f4fe3f58b8ec571590fc245 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Fri, 1 Apr 2022 15:16:21 +0200 Subject: [PATCH] Use texlive image. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0db98f89..de5a9654 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ build: - make -j8 all modules - make DISTCHECK_CONFIGURE_FLAGS="--with-linux-dir=/usr/src/linux-obj/$(uname -i)/default" distcheck +# Build ethercat tool subcommand help output for documentation commands: stage: build rules: @@ -57,7 +58,7 @@ documentation: stage: deploy rules: - if: $CI_COMMIT_BRANCH == "stable-1.5" - # image: texlive/texlive + image: texlive/texlive script: - find documentation - cd documentation