Skip to content
Snippets Groups Projects
Commit af520c18 authored by Véronique  LEGRAND's avatar Véronique LEGRAND
Browse files

Update .gitlab-ci.yml

parent 1c6c2360
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster: ...@@ -10,7 +10,8 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster:
- module list - module list
- export PATH=$PATH:/usr/bin - export PATH=$PATH:/usr/bin
- echo $PATH - echo $PATH
- /usr/bin/perl --version - ls /usr/bin
- yum update -y && yum install -y perl && /usr/bin/perl --version
- autoconf -i - autoconf -i
- ./configure - ./configure
- make; cd src - make; cd src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment