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