From 63fc277ee284b0f2f3326c5570148a13d64663c7 Mon Sep 17 00:00:00 2001 From: Franklin Bristow Date: Tue, 26 Jul 2016 11:35:45 -0500 Subject: [PATCH] Remove irida temp directories before testing. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d669ff..96bac6e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +before-script: + - rm -rf /tmp/irida/* + build-against-irida-master: script: make test IRIDA_VERSION=master build-against-irida-development: