Skip to content
Snippets Groups Projects

WS 78 fix datafetcher tests

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