Update .gitlab-ci.yml

This commit is contained in:
Daven Savoie 2021-09-13 13:12:40 +00:00
parent 2829f77b4e
commit 6d80e31779
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ 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
- python -m pip freeze
- ls
- bash run_tests.sh
- export PYTHONPATH=$PYTHONPATH:.
- PYTHONPATH=. run_tests.sh
only:
- master