Update .gitlab-ci.yml, apps/cic-eth/.gitlab-ci.yml, ci_templates/.cic-template.yml files

This commit is contained in:
2021-05-23 02:11:18 +00:00
parent b656370c50
commit 575b2a196a
3 changed files with 18 additions and 14 deletions

View File

@@ -21,12 +21,16 @@ build-mr-unittest-cic-eth:
test-mr-cic-eth:
extends:
- .cic_eth_variables
- .py_unittest_merge_request
stage: test
image: $CI_REGISTRY_IMAGE/$APP_NAME-test:latest
script:
- cd apps/$APP_NAME/
- pytest tests/unit/
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
# changes:
# - $CONTEXT/$APP_NAME/**/*
when: always
when: always
build-push-cic-eth: