Update apps/cic-eth/.gitlab-ci.yml
This commit is contained in:
parent
158036f38f
commit
c2dd30628d
@ -13,8 +13,13 @@ build-mr-cic-eth:
|
|||||||
- .cic_eth_changes_target
|
- .cic_eth_changes_target
|
||||||
- .py_build_merge_request
|
- .py_build_merge_request
|
||||||
- .cic_eth_variables
|
- .cic_eth_variables
|
||||||
|
variables:
|
||||||
|
PYTHONPATH=.
|
||||||
after_script:
|
after_script:
|
||||||
- PYTHONPATH=. pytest tests/unit
|
- pip install -r test_requirements.txt
|
||||||
|
- pytest tests/unit/
|
||||||
|
- pytest tests/task/
|
||||||
|
- pytest tests/filters/
|
||||||
|
|
||||||
build-push-cic-eth:
|
build-push-cic-eth:
|
||||||
extends:
|
extends:
|
||||||
|
Loading…
Reference in New Issue
Block a user