Skip to content
Snippets Groups Projects
Verified Commit b88f79db authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Install pytest in CI

parent 11a2a648
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ stages:
stage: test
script:
- pip install -r requirements.txt
- pip install pytest~=6.2.5
- pytest
unittest:py3.10:
......
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