1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-22 02:55:44 +00:00

Fixed gitlab test url, try docker service

This commit is contained in:
Vladimir Volek 2019-01-16 15:26:16 +01:00
parent ea6bcbce13
commit de88958de7
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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/#/"