From 6a1f2e2ed27ba5f1e7ad0f76234a6312e577b1b1 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 9 Jul 2018 11:13:03 +1000 Subject: [PATCH] GitLab CI: actually reference the default artifacts Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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