Update .gitlab-ci.yml file

This commit is contained in:
Sylvain Briat
2023-02-09 08:02:33 +00:00
parent f772f58ea1
commit 194ce1eb7a

View File

@@ -18,7 +18,6 @@ test:
script:
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci up -d
- sh ci/wait-up.sh
- docker-compose -f docker-compose.ci.yml --env-file ci/.env.ci logs
- docker exec -t v3-user sh -c "npm run test:integration:ci"
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
rules: