Skip to content
Snippets Groups Projects
Commit 4d9d6924 authored by jemliwassel's avatar jemliwassel
Browse files

feat: install pytest before using it

parent c2c2a4d9
No related branches found
No related tags found
No related merge requests found
Pipeline #19547 failed
......@@ -15,5 +15,7 @@ build-job:
test-job:
stage: test
before_script:
- pip install pytest
script:
- pytest
- python -m pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment