From 937f31286786bb2f63bb9f22e56b030d857a5ee6 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Fri, 7 Apr 2023 10:59:08 +0200
Subject: [PATCH] build: install the 'epstopdf-base' Latex package to compile
 the pdf manual Refs: # 172

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20795589..85ac39a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ before_script:
 .check:
   stage: check
   script:
-  - tlmgr update --self && tlmgr install ec epstopdf-pkg amsmath
+  - tlmgr update --self && tlmgr install ec epstopdf-pkg epstopdf-base amsmath
   - R -q -e 'remotes::update_packages("rcmdcheck")'
   - R -q -e 'rcmdcheck::rcmdcheck(args = "--as-cran", error_on = "warning")'
 
-- 
GitLab