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:
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…
Reference in New Issue
Block a user