Compare commits

..

1 Commits

Author SHA1 Message Date
ducoterra
8404d43222 use venv for tests 2020-04-24 22:10:36 -04:00

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: