Skip to content

Commit 702f325

Browse files
committed
gitlab-ci: fix build-documentation job
Signed-off-by: Thomas <[email protected]>
1 parent 539f820 commit 702f325

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ build-python-package:
2626
build-documentation:
2727
stage: build
2828
before_script:
29+
- pipenv install --system --dev
2930
- pip install -e .
31+
- pip install packaging
32+
- pip install tomli
33+
- pip install certifi
3034
script:
31-
- cd docs && pipenv run make html
35+
- cd docs
36+
- pipenv run make html
3237

3338
code_quality:
3439
when: manual

0 commit comments

Comments
 (0)