diff options
author | Azul <azul@riseup.net> | 2017-07-20 15:31:56 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-07-20 21:23:17 +0200 |
commit | f6ff8482c14ad49c6ee77c4d7918520a0013c132 (patch) | |
tree | cf27beba525184e60e38ee765b44f29b1ee9e6c2 /.gitlab-ci.yml | |
parent | bd24e2024ad29fa72cae661ac5898cad4ace8e8b (diff) |
[test] keep artifacts inside the project dir
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 c1182f07..078a9ffd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,7 @@ functional_tests: artifacts: when: on_failure paths: - - "/tmp/bitmask-test/artifacts/*" + - failures name: "Bitmask_linux64_${CI_BUILD_REF}_e2e_screenshots" expire_in: 1 month tags: |