From 8404d4322266f4f641c73034e9ee47d85972de1d Mon Sep 17 00:00:00 2001 From: ducoterra Date: Fri, 24 Apr 2020 22:10:36 -0400 Subject: [PATCH] use venv for tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8403222..646c09a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: