From 5604d672d92dfe1057d8ef1af62221c261f1b430 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 28 Jan 2019 15:49:46 +0100 Subject: [PATCH] Artifacts on fail --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cad44d9..75ecf009 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -153,6 +153,7 @@ integration tests: - docker build -t wallet-emulator-bridge-tests . - docker run --rm wallet-emulator-bridge-tests artifacts: + when: on_failure expire_in: 1 week paths: - /trezor-wallet/test/screenshots \ No newline at end of file