Skip to content

CI FIX: move pytest dependency to deploy job

Hi @avi.vajpeyi as I mentioned on the call yesterday, the docs deploy is failing because of an issue with how the gitlab CI dependencies are specified. I think the issue is that the dependencies aren't transitive. The fix was just to move the pytest job dependency from docs to deploy.

With the new setup, the docs job is still not triggered until after the test stage ends, the dependencies are just describing where the artifacts should be loaded from.

Merge request reports