From 334e0f0b21f31713334c07fb0053f31c1d82fe76 Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sun, 27 Mar 2016 20:45:51 +0200 Subject: [PATCH] corrected artifacts... --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e079a0c..573fda9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,9 @@ build-c: script: - cd c; make artifacts: - - libcmdlineoptions.* - - tests-* + paths: + - libcmdlineoptions.* + - tests-* test-c: stage: test