From 4c1b2954d33a1afaf1ca71318c6b4f421dc46aef Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Thu, 15 Nov 2018 17:10:13 +0100 Subject: [PATCH] gci : attemp to only give test folder in the artifact --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22eca77..e681c1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build: artifacts: untracked: true paths: - - ./* + - test/ test: stage: test