Skip to content
Snippets Groups Projects

WS 78 fix datafetcher tests

Merged Andrew Kapuscinski requested to merge WS-78-fix-datafetcher-tests into main
Files
2
+ 1
0
@@ -2,6 +2,7 @@
image: ${REGISTRY_URL}/${PROJECT_NAME}/${SERVICE_NAME}:${CI_COMMIT_SHORT_SHA}
script:
- cd /code && ./bin/run-tests.sh -b
- mv .coverage ${CI_PROJECT_DIR}/.coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
artifacts:
paths:
- .coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
Loading