From 65ad5b98f917f7d17f0c776d7ce6458c6b956629 Mon Sep 17 00:00:00 2001 From: Daven Savoie Date: Tue, 14 Sep 2021 17:21:22 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdc3806..33da99c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ tests: - python -m pip install --extra-index-url https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple --extra-index-url https://pip.grassrootseconomics.net:8433 install -r requirements.txt -r test_requirements.txt - python -m pip freeze - ls - - export PYTHONPATH=$PYTHONPATH:. + - export PYTHONPATH=. - PYTHONPATH=. bash run_tests.sh only: