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

This commit is contained in:
Blair Vanderlugt 2021-07-05 20:49:09 +00:00
parent 1b948776ba
commit 6601a3cdb6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ test-mr-cic-eth:
script:
- cd apps/$APP_NAME/
- pytest -x --cov=cic_eth --cov-fail-under=90 --cov-report term-missing tests
# needs: ["build-mr-cic-eth"]
needs: ["build-mr-cic-eth"]
build-push-cic-eth:
extends: