diff options
author | Azul <azul@riseup.net> | 2017-07-20 14:42:55 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-07-20 14:42:55 +0200 |
commit | 7164757c3b48a6a697c132968a06f7eea07c097e (patch) | |
tree | 85a9495928f71b439377e439b74f92f20d9093db /.gitlab-ci.yml | |
parent | eecf6ad13801b63c6b7664d8a2e98e905262aaa0 (diff) |
[test] keep config files from failing tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc7520f..83fad3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ functional_tests: artifacts: when: on_failure paths: - - "/tmp/*.png" + - "/tmp/bitmask-test/artifacts/*" name: "Bitmask_linux64_${CI_BUILD_REF}_e2e_screenshots" expire_in: 1 month tags: |