From 17ad661e865d37d74ea10edbbe523cd4b44a2701 Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Thu, 15 Nov 2018 17:34:59 +0100 Subject: [PATCH] gci : attempt to test with untracked true instead of the whole folder in artifact --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e82518..62cea08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,9 @@ build: - make - ls -la test artifacts: - paths: - - build-bcg729/* + untracked: true + #paths: + # - build-bcg729/* test: stage: test