From a33f607ab491d3da96dba196b58b994621fc78d2 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 19 Jan 2025 12:32:10 +0000
Subject: [PATCH] Fix

---
 docker/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/test.sh b/docker/test.sh
index c9c3d552..426151e7 100755
--- a/docker/test.sh
+++ b/docker/test.sh
@@ -14,7 +14,7 @@ podman run --rm --pull=always \
     --env SCREENSHOT_DIR=/artifacts/screenshots \
     --network=host \
     --mount type=bind,source=test-artifacts,destination=/artifacts \
-    ${TESTSUITE_IMAGE} -- \
+    ${TESTSUITE_IMAGE} \
     --junitxml=/artifacts/pytest.xml
 rc=$?
 
-- 
GitLab