diff options
author | louiz’ <louiz@louiz.org> | 2016-10-24 10:23:09 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-10-24 10:23:09 +0200 |
commit | fed21b7e9f3d08af7b4c30e5c75e2fabf2e80542 (patch) | |
tree | 5c791b7c6b6871b99320564a669182a7d938f1be | |
parent | 00a2e8dd706e523ca0d6543d2c4b604b4ed3cdcb (diff) | |
download | biboumi-fed21b7e9f3d08af7b4c30e5c75e2fabf2e80542.tar.gz biboumi-fed21b7e9f3d08af7b4c30e5c75e2fabf2e80542.tar.bz2 biboumi-fed21b7e9f3d08af7b4c30e5c75e2fabf2e80542.tar.xz biboumi-fed21b7e9f3d08af7b4c30e5c75e2fabf2e80542.zip |
ci: Rename the test archive
-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 978bd6b..484cdc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -93,7 +93,7 @@ build:rpm: - build/coverage_e2e/ - build/tests_outputs/ when: always - name: $CI_PROJECT_NAME-rpm-$CI_BUILD_ID + name: $CI_PROJECT_NAME-test-$CI_BUILD_ID test:debian: stage: test |