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

Update .gitlab-ci.yml file

parent f83892eb
No related branches found
No related tags found
No related merge requests found
Pipeline #156865 failed
...@@ -3,7 +3,7 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster: ...@@ -3,7 +3,7 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster:
script: script:
- sleep 3 # Try to avoid "ERROR: open /certs/client/ca.pem: no such file or directory" - sleep 3 # Try to avoid "ERROR: open /certs/client/ca.pem: no such file or directory"
- docker build -t test_rl8_image -f CI/Dockerfile_RockyLinux_autotools . - docker build -t test_rl8_image -f CI/Dockerfile_RockyLinux_autotools .
- docker run -td -v $(pwd):/ROCK -w /ROCK --name test_all test_rhl8_image - docker run -td -v $(pwd):/ROCK -w /ROCK --name test_all CI/test_rhl8_image
- docker ps -a - docker ps -a
- docker exec test_all sh -c "./CI/run_tests_ci.sh" - docker exec test_all sh -c "./CI/run_tests_ci.sh"
...@@ -14,7 +14,7 @@ makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu: ...@@ -14,7 +14,7 @@ makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu:
script: script:
- sleep 3 - sleep 3
- docker build -t test_ubuntu22_image -f CI/Dockerfile_ubuntu22.04_autotools - docker build -t test_ubuntu22_image -f CI/Dockerfile_ubuntu22.04_autotools
- docker run -td -v $(pwd):/ROCK -w /ROCK --name test_all_ubuntu test_ubuntu22_image - docker run -td -v $(pwd):/ROCK -w /ROCK --name test_all_ubuntu CI/test_ubuntu22_image
- docker ps -a - docker ps -a
- docker exec test_all sh -c "./CI/run_tests_ci.sh" - docker exec test_all sh -c "./CI/run_tests_ci.sh"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment