Fixed gitlab test url, try docker service

pull/311/head
Vladimir Volek 5 years ago
parent ea6bcbce13
commit de88958de7

@ -1,5 +1,8 @@
image: node:9.3
services:
- docker:dind
variables:
CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress"

@ -14,4 +14,4 @@ cd /trezor-emulator/trezor-core && ./emu.sh &
cd /trezor-wallet && yarn run server:stable
# run tests
yarn run test-integration -c baseUrl="https://localhost:8081/#/"
yarn run test-integration -c baseUrl="https://localhost:8080/#/"

Loading…
Cancel
Save