From 4642c6c532f5f1e93161fc16f7f429a9f0717d51 Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Fri, 16 Nov 2018 12:01:23 +0100 Subject: [PATCH] gci : attempt to skip the useless fetching stage in the test job (because we only use artifacts) --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 162c64c..e048a4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,9 @@ build: - build-bcg729/src/libbcg729.so.0 test: + variables: + GIT_STRATEGY: none + GIT_CHECKOUT: "false" stage: test tags: [ "docker" ]