Update ci_templates/.cic-template.yml

This commit is contained in:
Blair Vanderlugt 2021-05-23 01:39:38 +00:00
parent 6c62976f32
commit 68f823a2e5

View File

@ -34,8 +34,9 @@ variables:
.py_unittest_merge_request:
stage: test
image: $CI_REGISTRY_IMAGE/$APP_NAME-test:latest
script:
- pytest
script:
- ls
- pwd
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: always