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: