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/**/*
|
||||
when: always
|
||||
|
||||
test-mr-unittest-cic-eth:
|
||||
test-mr-cic-eth:
|
||||
extends:
|
||||
- .cic_eth_variables
|
||||
- .py_unittest_merge_request
|
||||
|
@ -37,7 +37,8 @@ variables:
|
||||
script:
|
||||
- ls
|
||||
- pwd
|
||||
- apps/$APP_NAME/
|
||||
- env
|
||||
- cd apps/$APP_NAME/
|
||||
- pytest
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
|
Loading…
Reference in New Issue
Block a user