Skip to content
Snippets Groups Projects
Commit 0c8a61f5 authored by Paul Gierz's avatar Paul Gierz
Browse files

Update .gitlab-ci.yml file

parent 9e301efb
No related branches found
No related tags found
No related merge requests found
Pipeline #16113 failed
......@@ -25,12 +25,16 @@ before_script:
- source venv/bin/activate
test:
tags:
- docker
script:
- pip install ruff tox # you can also use tox
- pip install --editable ".[test]"
- tox -e py,ruff
run:
tags:
- docker
script:
- pip install .
# run the command here
......@@ -39,6 +43,8 @@ run:
- build/*
pages:
tags:
- docker
script:
- pip install sphinx sphinx-rtd-theme
- cd doc
......
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