diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75ecf009..554ccc14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -151,7 +151,7 @@ integration tests: stage: integration tests script: - docker build -t wallet-emulator-bridge-tests . - - docker run --rm wallet-emulator-bridge-tests + - docker run --volume /trezor-wallet/test/screenshots:/trezor-wallet/test/screenshots --rm wallet-emulator-bridge-tests artifacts: when: on_failure expire_in: 1 week