diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6acb700..748c5c6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,9 +40,11 @@ dist: docs: stage: build + needs: + - dist script: - apt-get update && apt-get install tree - - pip install .[doc] + - pip install build/dist/*.whl - make docs artifacts: paths: