Skip to content
Snippets Groups Projects
Commit 917e72d6 authored by Christoph Knote's avatar Christoph Knote
Browse files

Forgot gitlab CI file

parent 2b4f48c4
Branches
Tags
1 merge request!17Cleanup tests
...@@ -20,9 +20,8 @@ test: ...@@ -20,9 +20,8 @@ test:
needs: [build_package] needs: [build_package]
script: script:
- poetry update - poetry update
- poetry install - poetry run coverage run --source=tests -m unittest discover
- source `poetry env info --path`/bin/activate - poetry run coverage report
- make
create_docs: create_docs:
stage: create_docs stage: create_docs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment