From ec58ef34141bd85cbe09eccb73bcd917dd32b149 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 27 May 2021 14:43:50 +0200 Subject: [PATCH] Trigger all tests in ci --- apps/cic-eth/.gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/cic-eth/.gitlab-ci.yml b/apps/cic-eth/.gitlab-ci.yml index ab8e077a..430a1383 100644 --- a/apps/cic-eth/.gitlab-ci.yml +++ b/apps/cic-eth/.gitlab-ci.yml @@ -24,9 +24,7 @@ test-mr-cic-eth: image: $CI_REGISTRY_IMAGE/$APP_NAME-test:latest script: - cd apps/$APP_NAME/ - - pytest tests/unit/ - - pytest tests/task/ - - pytest tests/filters/ + - pytest tests needs: ["build-mr-cic-eth"] build-push-cic-eth: