diff options
author | louiz’ <louiz@louiz.org> | 2020-05-02 13:49:12 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2020-05-02 13:49:12 +0200 |
commit | e1ef3ae5d12ad4408b17c1e3f247b099705d41ae (patch) | |
tree | 70466122bdd9a01b11dfa246030ac6a124eca63b | |
parent | 2ef41e1afca824acc0cd0ac9a714016459a24d25 (diff) | |
download | biboumi-e1ef3ae5d12ad4408b17c1e3f247b099705d41ae.tar.gz biboumi-e1ef3ae5d12ad4408b17c1e3f247b099705d41ae.tar.bz2 biboumi-e1ef3ae5d12ad4408b17c1e3f247b099705d41ae.tar.xz biboumi-e1ef3ae5d12ad4408b17c1e3f247b099705d41ae.zip |
ci: Always upload the test: artifacts
-rw-r--r-- | .gitlab-ci.yml | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73f605d..aeabba2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -124,8 +124,11 @@ build:no_db_botan: - make check_junit || true; make check; - make e2e artifacts: - reports: - junit: ["build/check_result.xml"] + expire_in: 2 weeks + paths: + - build/ + name: $CI_PROJECT_NAME-test-$CI_JOB_ID + when: always test:debian: extends: .basic_test @@ -145,15 +148,6 @@ test:fedora: dependencies: - build:fedora needs: ["build:fedora"] - artifacts: - expire_in: 2 weeks - paths: - - build/coverage_test_suite/ - - build/coverage_e2e/ - - build/coverage_total/ - - build/coverage_e2e.info - when: always - name: $CI_PROJECT_NAME-test-$CI_JOB_ID test:no_udns: extends: .basic_test @@ -168,7 +162,6 @@ test:alpine: dependencies: - build:alpine needs: ["build:alpine"] - image: docker.louiz.org/louiz/biboumi/test-alpine:latest # ## Packaging jobs |