Merge branch 'cic-eth-unittest' of gitlab.com:grassrootseconomics/cic-internal-integration into cic-eth-unittest
This commit is contained in:
@@ -8,18 +8,24 @@
|
||||
- changes:
|
||||
- $CONTEXT/$APP_NAME/*
|
||||
|
||||
build-mr-cic-eth:
|
||||
# build-mr-cic-eth:
|
||||
# extends:
|
||||
# - .cic_eth_changes_target
|
||||
# - .py_build_merge_request
|
||||
# - .cic_eth_variables
|
||||
|
||||
build-mr-unittest-cic-eth:
|
||||
extends:
|
||||
- .cic_eth_changes_target
|
||||
- .py_build_merge_request
|
||||
- .cic_eth_variables
|
||||
variables:
|
||||
PYTHONPATH: .
|
||||
after_script:
|
||||
- pip install -r test_requirements.txt
|
||||
- pytest tests/unit/
|
||||
- pytest tests/task/
|
||||
- pytest tests/filters/
|
||||
- .py_build_unittest_merge_request
|
||||
|
||||
test-mr-unittest-cic-eth:
|
||||
extends:
|
||||
- .cic_eth_changes_target
|
||||
- .cic_eth_variables
|
||||
- .py_unittest_merge_request
|
||||
|
||||
|
||||
build-push-cic-eth:
|
||||
extends:
|
||||
|
||||
Reference in New Issue
Block a user