diff --git a/apps/cic-eth/.gitlab-ci.yml b/apps/cic-eth/.gitlab-ci.yml index f81caf23..edbbb4d3 100644 --- a/apps/cic-eth/.gitlab-ci.yml +++ b/apps/cic-eth/.gitlab-ci.yml @@ -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 diff --git a/ci_templates/.cic-template.yml b/ci_templates/.cic-template.yml index 13cdfece..d025be91 100644 --- a/ci_templates/.cic-template.yml +++ b/ci_templates/.cic-template.yml @@ -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"