1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-11 15:42:42 +00:00

Added baseUrl fix

This commit is contained in:
Vladimir Volek 2019-01-11 15:09:54 +01:00
parent d9489f0ac7
commit 2973b5d4b9

View File

@ -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}"