From a1ae34af101cbc1218e0ed330ebb24acf071f3db Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 18 Oct 2024 22:32:15 +0100
Subject: [PATCH] Fix integration test driver cmd

---
 test/integration-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integration-test.yml b/test/integration-test.yml
index 449b919e..e43a784e 100644
--- a/test/integration-test.yml
+++ b/test/integration-test.yml
@@ -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"
-- 
GitLab