diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 257064f955..8f34b5fe27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -201,12 +201,14 @@ pages: variables: - $FROM_CI_MERGE_REQUEST_IID artifacts: + name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_JOB_ID}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}" paths: - metadata/ - public/ - repo/index-v1.json - repo/index.xml - tmp/apkcache.json + - unsigned/ when: always # needs lots of git history since it has to compare the merge request to current master variables: