-
Albin Henriksson authoredAlbin Henriksson authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
server.gitlab-ci.yml 294 B
test-server:
image: python
cache:
paths:
- server/env/
stage: server-test
script:
- python --version
- pip install virtualenv
- cd server/
- python -m venv env
- source env/bin/activate
- pip install -r requirements.txt
- pytest --cov app tests/