From fb817e129abad5b29b5542bc0f83bbefff643a2c Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 30 Jun 2021 22:33:26 -0300 Subject: [PATCH] ci: debug venv location --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 263e347..4173da2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ tests: script: - ls - cp config.ci.py config.py + - pipenv --venv - pipenv run ./manage.py migrate - pipenv run black --check litecord run.py tests manage - pipenv run pyflakes run.py litecord/