Added baseUrl fix

pull/311/head
Vladimir Volek 5 years ago
parent d9489f0ac7
commit 2973b5d4b9

@ -144,4 +144,4 @@ integration tests:
stage: integration tests
script:
- yarn install
- yarn run test-integration --baseUrl="${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}"
- yarn run test-integration -c baseUrl="${DEPLOY_BASE_DIR}/${CI_BUILD_REF_NAME}"
Loading…
Cancel
Save