Update ci_templates/.cic-template.yml, apps/cic-eth/.gitlab-ci.yml files
This commit is contained in:
parent
e9129f99b3
commit
9c883e0796
@ -18,7 +18,7 @@ build-mr-unittest-cic-eth:
|
|||||||
# - $CONTEXT/$APP_NAME/**/*
|
# - $CONTEXT/$APP_NAME/**/*
|
||||||
when: always
|
when: always
|
||||||
|
|
||||||
test-mr-unittest-cic-eth:
|
test-mr-cic-eth:
|
||||||
extends:
|
extends:
|
||||||
- .cic_eth_variables
|
- .cic_eth_variables
|
||||||
- .py_unittest_merge_request
|
- .py_unittest_merge_request
|
||||||
|
@ -37,7 +37,8 @@ variables:
|
|||||||
script:
|
script:
|
||||||
- ls
|
- ls
|
||||||
- pwd
|
- pwd
|
||||||
- apps/$APP_NAME/
|
- env
|
||||||
|
- cd apps/$APP_NAME/
|
||||||
- pytest
|
- pytest
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
Loading…
Reference in New Issue
Block a user