Update .gitlab-ci.yml

This commit is contained in:
Daven Savoie 2021-09-13 13:16:25 +00:00
parent 6d80e31779
commit 1be9efabf6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ tests:
- python -m pip freeze
- ls
- export PYTHONPATH=$PYTHONPATH:.
- PYTHONPATH=. run_tests.sh
- PYTHONPATH=. bash run_tests.sh
only:
- master