use venv for tests

This commit is contained in:
ducoterra
2020-04-24 22:10:36 -04:00
parent f31106dd29
commit 8404d43222

View File

@@ -28,7 +28,7 @@ test:
name: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
entrypoint: [""]
script:
- python manage.py test
- venv/bin/python manage.py test
deploy:
only: