export artifacts

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

@ -70,7 +70,7 @@ build stable:
expire_in: 1 week
paths:
- build/stable
- scripts/s3sync.sh
- scripts/s3sync.sh
deploy review:
stage: deploy
@ -151,4 +151,8 @@ integration tests:
stage: integration tests
script:
- docker build -t wallet-emulator-bridge-tests .
- docker run wallet-emulator-bridge-tests
- docker run wallet-emulator-bridge-tests
artifacts:
expire_in: 1 week
paths:
- /trezor-wallet/test/screenshots

@ -11,7 +11,7 @@ cd /trezor-bridge/ && ./extracted/usr/bin/trezord -e 21324 -u=false &
cd /trezor-emulator/trezor-core && ./emu.sh &
# run wallet
cd /trezor-wallet && yarn run server:stable
cd /trezor-wallet && yarn run server:stable &
# run tests
yarn run test-integration -c baseUrl="https://localhost:8080/#/"
yarn run test-integration:gitlab -c baseUrl="https://localhost:8080/#/"

Loading…
Cancel
Save