From ffc53d60c9bc9f93e2ce2d6d8ed99b612c76dbac Mon Sep 17 00:00:00 2001
From: Volker von Holt <v.von-holt@ostfalia.de>
Date: Sun, 9 Jun 2024 21:20:20 +0000
Subject: [PATCH] Update file .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f8ee42..75037ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,8 @@ image: python:3.8-alpine
 test:
   stage: test
   script:
-  - pip3 install -U sphinx sphinx-rtd-theme
+  - pip3 install -U sphinx 
+  - pip3 install sphinx-rtd-theme
   - sphinx-build -b html docs/source/ public/
   - branches
   except:
-- 
GitLab