From 8b4caf50afcddfb569d2bcdade159053f2c8a332 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Sun, 3 Jul 2022 13:31:08 +0530
Subject: [PATCH] test PDF build #5

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77e0e824..92b1c34f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,11 +4,13 @@ stages:
   - deploy
 
 before_script:
+  - apk update
+  - python -m pip install --upgrade pip
   - pip install -U sphinx
   - pip install sphinxcontrib-svg2pdfconverter
-  - pip install latexmk.py
   - pip install sphinx_rtd_theme
   - apk add texlive-full
+  - apk add make
 
 pages:
   stage: deploy
-- 
GitLab