From 8529bff989a6b74560107f77f45103587f98ea62 Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sun, 27 Mar 2016 20:52:58 +0200 Subject: [PATCH] playing with artifacts... --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b75df6a..da5db8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ build-c: - cd c; make artifacts: paths: - - libcmdlineoptions.* - - tests-* + - libcmdlineoptions.so + - libcmdlineoptions.a #test-c: #stage: test