From 6601a3cdb61251de70909ed1c7bd6b1bee30a0a5 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Mon, 5 Jul 2021 20:49:09 +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 1a1f0520..de234ea3 100644 --- a/apps/cic-eth/.gitlab-ci.yml +++ b/apps/cic-eth/.gitlab-ci.yml @@ -25,7 +25,7 @@ test-mr-cic-eth: script: - cd apps/$APP_NAME/ - pytest -x --cov=cic_eth --cov-fail-under=90 --cov-report term-missing tests - # needs: ["build-mr-cic-eth"] + needs: ["build-mr-cic-eth"] build-push-cic-eth: extends: