From 9ff26e6eb046097a507592a9c83b8f03a898eb59 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 20 May 2021 14:59:19 +0000 Subject: [PATCH] Update apps/cic-eth/.gitlab-ci.yml --- apps/cic-eth/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/cic-eth/.gitlab-ci.yml b/apps/cic-eth/.gitlab-ci.yml index 779143de..e6ac3121 100644 --- a/apps/cic-eth/.gitlab-ci.yml +++ b/apps/cic-eth/.gitlab-ci.yml @@ -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: