Skip to content
Snippets Groups Projects
Commit d52dd666 authored by Victor Löfgren's avatar Victor Löfgren
Browse files

#3: Add server test pipline

parent acffcad4
No related branches found
No related tags found
No related merge requests found
__pycache__
*.db
*/env
*.coverage
\ No newline at end of file
*.coverage
.pytest_cache
\ No newline at end of file
image: alpine
stages:
- test
test-server:
stage: test
script:
- cd server/
- pytest --cov app test/
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