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

This commit is contained in:
Blair Vanderlugt 2021-05-20 15:05:47 +00:00
parent 9ff26e6eb0
commit 158036f38f

View File

@ -14,7 +14,7 @@ build-mr-cic-eth:
- .py_build_merge_request
- .cic_eth_variables
after_script:
- cd cic-eth && PYTHONPATH=. pytest tests/unit
- PYTHONPATH=. pytest tests/unit
build-push-cic-eth:
extends: