From 158036f38fd68b673dc0bbddaf56e62e4e67ab29 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 20 May 2021 15:05:47 +0000 Subject: [PATCH] Update apps/cic-eth/.gitlab-ci.yml --- apps/cic-eth/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth/.gitlab-ci.yml b/apps/cic-eth/.gitlab-ci.yml index e6ac3121..4001ed5f 100644 --- a/apps/cic-eth/.gitlab-ci.yml +++ b/apps/cic-eth/.gitlab-ci.yml @@ -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: