Update apps/cic-eth/.gitlab-ci.yml

This commit is contained in:
Blair Vanderlugt 2021-05-20 14:59:19 +00:00
parent 1c650df27d
commit 9ff26e6eb0

View File

@ -13,6 +13,8 @@ build-mr-cic-eth:
- .cic_eth_changes_target
- .py_build_merge_request
- .cic_eth_variables
after_script:
- cd cic-eth && PYTHONPATH=. pytest tests/unit
build-push-cic-eth:
extends: