From 7e4006847706edaf7437027f66e17210a46e670c Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 28 Jan 2019 16:29:09 +0100 Subject: [PATCH] Artifacts on fail with volume --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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