From c04a391aca3fb1c4f1e77aba5043b49b4e4ba4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A9ronique=20=20LEGRAND?= <veronique.legrand@pasteur.fr> Date: Thu, 22 May 2025 17:01:15 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 366724d..c71af3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ makefile_generation_and_compilation_plus_run_nrt_tests_cluster: script: - 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 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 exec test_all sh -c "./CI/run_tests_ci.sh" @@ -14,7 +14,7 @@ makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu: script: - sleep 3 - 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 exec test_all sh -c "./CI/run_tests_ci.sh" -- GitLab