From 66b0c26b1c2def3052cf029bd5823ef7691ec9f0 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Wed, 5 Jul 2023 17:45:33 +0200
Subject: [PATCH] add requirement to CI pipeline

---
 docs/.gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml
index 17b22ab..02cfc2d 100644
--- a/docs/.gitlab-ci.yml
+++ b/docs/.gitlab-ci.yml
@@ -7,8 +7,8 @@ build-documentation:
   image: sphinxdoc/sphinx:latest
 
   before_script:
-    - pip install sphinx_rtd_theme
-    - python $CI_PROJECT_DIR/docs/dump-openapi-spec.py
+    - pip install sphinx_rtd_theme fastapi
+    - python docs/dump-openapi-spec.py
   script:
     - sphinx-apidoc lso lso/app.py -o docs/source -d 2 -f
     - sphinx-build -b html docs/source docs/build
-- 
GitLab