diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 366724d29449e5a7a31c141dba7eaac1eb770f75..c71af3ba66a71834338be691b51a610f699ba383 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"