fix eth and meta tests

This commit is contained in:
2021-07-07 14:24:26 -07:00
parent 5668ed1cf5
commit deeba250e4
2 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,9 @@ test-mr-cic-eth:
image: $MR_IMAGE_TAG
script:
- cd apps/$APP_NAME/
- pip install -r test_requirements.txt
- pip install --extra-index-url https://pip.grassrootseconomics.net:8433 \
--extra-index-url https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple \
-r test_requirements.txt
- export PYTHONPATH=. && pytest -x --cov=cic_eth --cov-fail-under=90 --cov-report term-missing tests
needs: ["build-mr-cic-eth"]
rules: