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

This commit is contained in:
Blair Vanderlugt 2021-05-23 01:55:40 +00:00
parent e9129f99b3
commit 9c883e0796
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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"