cic ussd refactor

This commit is contained in:
2021-07-07 16:00:11 -07:00
parent 1bfc736513
commit 319e587f29
5 changed files with 54 additions and 49 deletions

View File

@@ -14,10 +14,10 @@ build-mr-cic-cache:
- apps/cic-cache/**/*
when: always
test-mr-cic-eth:
test-mr-cic-cache:
stage: test
extends:
- .cic_eth_variables
- .cic_cache_variables
cache:
key:
files:
@@ -32,7 +32,7 @@ test-mr-cic-eth:
--extra-index-url https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple
-r test_requirements.txt
- export PYTHONPATH=. && pytest -x --cov=cic_cache --cov-fail-under=90 --cov-report term-missing tests
needs: ["build-mr-cic-eth"]
needs: ["build-mr-cic-cache"]
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes: