From 9d127368348715dfc7cb0b34229e08b5c3bff326 Mon Sep 17 00:00:00 2001 From: liv Date: Sat, 25 May 2024 22:08:48 +1000 Subject: [PATCH] escape quotes in run cmd --- integration_tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/Dockerfile b/integration_tests/Dockerfile index 8fb5566..0d7e105 100644 --- a/integration_tests/Dockerfile +++ b/integration_tests/Dockerfile @@ -17,4 +17,4 @@ RUN playwright install chromium COPY . tests # Run the unit tests -CMD bash -c "sleep 10 && python -m pytest -k "not test_e2e" -v --report-log report.log tests" \ No newline at end of file +CMD bash -c "sleep 10 && python -m pytest -k \"not test_e2e\" -v --report-log report.log tests" \ No newline at end of file