Skip to content
Snippets Groups Projects
Commit 98f1c229 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Correct typo

parent d35f0894
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ navipy_install: ...@@ -16,7 +16,7 @@ navipy_install:
- virtualenv -p python3 venv - virtualenv -p python3 venv
- source venv/bin/activate - source venv/bin/activate
- pip3 install . - pip3 install .
- python navipy/script/config_matplotlib_server.py # because no interactive backend - python navipy/scripts/config_matplotlib_server.py # because no interactive backend
artifacts: artifacts:
paths: paths:
...@@ -79,4 +79,4 @@ doc_build: ...@@ -79,4 +79,4 @@ doc_build:
paths: paths:
- doc/build - doc/build
expire_in: 1 week expire_in: 1 week
\ No newline at end of file
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