From f90f2259fa098784b4db3be9a0ef08d0c0dae614 Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Thu, 15 Nov 2018 17:39:29 +0100 Subject: [PATCH] gci : attempt to send only the test files in the artifact --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62cea08..04a011b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,9 @@ build: - make - ls -la test artifacts: - untracked: true - #paths: - # - build-bcg729/* + #untracked: true + paths: + - build-bcg729/test/* test: stage: test