Update .gitlab-ci.yml

This commit is contained in:
Daven Savoie 2021-09-13 14:19:24 +00:00
parent 1be9efabf6
commit 1cec739040
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ tests:
- python -m pip freeze
- ls
- export PYTHONPATH=$PYTHONPATH:.
- cp chainlib/tests/address.py /chainlib/
- PYTHONPATH=. bash run_tests.sh
only: