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
+ 2
1
.unit-test:
image: ${REGISTRY_URL}/${PROJECT_NAME}/${SERVICE_NAME}:${CI_COMMIT_SHORT_SHA}
script:
- /code/bin/run-tests.sh -b
- cd /code && ./bin/run-tests.sh -b
- cd /code && mv .coverage .coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
artifacts:
paths:
- .coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
Loading