Update apps/cic-eth/.gitlab-ci.yml

This commit is contained in:
Blair Vanderlugt 2021-07-06 19:00:09 +00:00
parent 304550c2ae
commit ecc5d26666
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ test-mr-cic-eth:
script:
- cd apps/$APP_NAME/
- pip install -r test_requirements.txt
- export PYTHONPATH . && pytest -x --cov=cic_eth --cov-fail-under=90 --cov-report term-missing tests
- export PYTHONPATH=. && pytest -x --cov=cic_eth --cov-fail-under=90 --cov-report term-missing tests
needs: ["build-mr-cic-eth"]
build-push-cic-eth: