From 1cbe3de36163db3caaae7f115fa52954f43d91af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr>
Date: Thu, 20 Jan 2022 14:20:58 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb5715e..d93318f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster:
         - echo $PATH
         - ls /usr/bin
         - yum update -y && yum install -y perl perl-Thread-Queue.noarch && /usr/bin/perl --version
+        - rm configure 
         - aclocal
         - autoconf -i
         - automake
-- 
GitLab