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

Run unittests in CI

parent 9517c88f
No related branches found
Tags 0.2.0-rc
1 merge request!5Resolve "Add cors headers to WKD"
Pipeline #7589 waiting for manual action
stages:
- test
- build
- deploy
unittest:
stage: test
image: python:3.7
script:
- cd app
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py test
build:
when: manual
stage: build
......
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