From: Peter Hutterer Date: Mon, 9 Jul 2018 01:13:03 +0000 (+1000) Subject: GitLab CI: actually reference the default artifacts X-Git-Tag: libevdev-1.6.0~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a1f2e2ed27ba5f1e7ad0f76234a6312e577b1b1;p=platform%2Fupstream%2Flibevdev.git GitLab CI: actually reference the default artifacts Signed-off-by: Peter Hutterer --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfaf008..fe6f183 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,7 @@ variables: - ./configure --disable-silent-rules - make - make check + <<: *default_artifacts .default_build_distcheck: &default_build_distcheck script: @@ -28,6 +29,7 @@ variables: - make - make check - make distcheck + <<: *default_artifacts fedora:28: image: fedora:28 @@ -116,3 +118,4 @@ centos:7:enable-gcov: - make - make check - make distcheck + <<: *default_artifacts