Skip to content
Snippets Groups Projects
Commit 2d76f445 authored by Loic Huder's avatar Loic Huder
Browse files

Typo fix in .gitlab-ci.yml (pip instead of pip3)

parent 88f3b65f
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ test_with_coverage: ...@@ -23,7 +23,7 @@ test_with_coverage:
generate_rst: generate_rst:
stage: run stage: run
script: script:
- pip install -U sphinx sphinx-js --user - pip3 install -U sphinx sphinx-js --user
- cd doc/ && ./make_all_doc.sh && cd .. - cd doc/ && ./make_all_doc.sh && cd ..
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment