commit 1cec7390408c078d46b2e7b50e6089c11bde8259 parent 1be9efabf64a5051663186bd6a9539f5024ae729 Author: Daven Savoie <daps218@gmail.com> Date: Mon, 13 Sep 2021 14:19:24 +0000 Update .gitlab-ci.yml Diffstat:
M | .gitlab-ci.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -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: