From 559d7ca217c1b1bdee099ddfb592b70771c0c69c Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Tue, 7 Feb 2017 12:11:54 +0100 Subject: [PATCH] Clone the repo from scratch for every GitLab CI job. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 053434f53e..d9f41def67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +variables: + GIT_STRATEGY: clone + test: script: - docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh