Skip to content
Snippets Groups Projects
Commit a1ae34af authored by ale's avatar ale
Browse files

Fix integration test driver cmd

parent 9778a0c0
Branches
No related tags found
1 merge request!304Fix CI issues with vmine / floatup
Pipeline #77520 passed
......@@ -14,7 +14,7 @@
failed_when: "test_container_image.rc not in [0, 42]"
- name: Run tests
command: "docker run --rm --network host --mount type=bind,source=/tmp/test-config.yml,destination=/test-config.yml {{ test_image }}"
command: "podman run --rm --network host --mount type=bind,source=/tmp/test-config.yml,destination=/test-config.yml {{ test_image }}"
vars:
test_image: "registry.git.autistici.org/ai3/float:integration-test"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment