Skip to content
Snippets Groups Projects
Commit 794084c0 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

work in progress

parent 4b28c83a
No related branches found
No related tags found
No related merge requests found
Pipeline #157319 failed
...@@ -16,6 +16,6 @@ makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu: ...@@ -16,6 +16,6 @@ makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu:
- 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 --memory=10G -td -v $(pwd):/ROCK -w /ROCK --name test_all_ubuntu test_ubuntu22_image - docker run --memory=10G -td -v $(pwd):/ROCK -w /ROCK --name test_all_ubuntu test_ubuntu22_image
- docker ps -a - docker ps -a
- docker exec test_all_ubuntu bash -c "ls" - docker exec test_all_ubuntu bash -c "ls -l CI/"
# - docker exec test_all_ubuntu bash -c "./CI/run_tests_ci.sh" - docker exec test_all_ubuntu bash -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