From e91c1f750a3ba69dba4fb4dbe0eec5e54758668c Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Fri, 28 Jun 2024 20:00:22 +0000 Subject: [PATCH] Pipeline: added install of self for creating the theme --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1522007c8..da3498c69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ unit-test-job: # This job runs in the test stage. - tests/**/* when: always -pages-job: +pages: script: - pip install sphinx sphinx-rtd-theme m2r2 furo - pip install -e . -- GitLab