From 4a0ff3b37312a3ac98084938d9eb37018422b045 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr>
Date: Fri, 9 Apr 2021 14:47:39 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a4d1546..d33471b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,9 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster:
         - module load gcc/7.2.0
         - module av
         - module load m4/1.4.17
+        - module load autoconf/2.69
         - module load automake/1.15
+        - autoconf -i
         - ./configure
         - make; cd src
         - ./unit_test_fqreader
-- 
GitLab