From 82da578a78cf79be5b764c37d9384071eb684578 Mon Sep 17 00:00:00 2001 From: sbriat Date: Tue, 23 May 2023 17:20:16 +0200 Subject: [PATCH] fix integration tests --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edefa26..15b60fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ test: - docker-compose -f docker-compose.ci.tools.yml -p matcher-tools --env-file ci/.env.ci up -d - sh ci/wait-up.sh - docker-compose -f docker-compose.ci.service.yml -p matcher-service --env-file ci/.env.ci up -d - # - docker-compose -f docker-compose.ci.service.yml -p matcher-service --env-file ci/.env.ci logs -f - docker exec -t v3-matcher-api sh -c "npm run test:integration:ci" coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/ rules: