From 319ee1666344fdb5be712e245d5174a0567dee5d Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 16 Jan 2019 15:41:43 +0100 Subject: [PATCH] export artifacts --- .gitlab-ci.yml | 8 ++++++-- test/docker/run-all.sh | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b600cc9e..1aaf14ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - docker run wallet-emulator-bridge-tests + artifacts: + expire_in: 1 week + paths: + - /trezor-wallet/test/screenshots \ No newline at end of file diff --git a/test/docker/run-all.sh b/test/docker/run-all.sh index 78fca4bf..246e7ed4 100755 --- a/test/docker/run-all.sh +++ b/test/docker/run-all.sh @@ -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/#/"