use venv for tests
This commit is contained in:
@@ -28,7 +28,7 @@ test:
|
|||||||
name: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
|
name: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
script:
|
script:
|
||||||
- python manage.py test
|
- venv/bin/python manage.py test
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user