From a696e41b5a10cb00822945b40e829fac2fbb7649 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 15:12:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d33471b..ef618a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,13 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster: script: - source /etc/profile.d/gensoft_modules.sh - ls /etc/profile.d - - module load gcc/7.2.0 - module av + - module load gcc/7.2.0 - module load m4/1.4.17 - module load autoconf/2.69 - module load automake/1.15 + - module list + - perl --version - autoconf -i - ./configure - make; cd src -- GitLab