diff --git a/.github/workflows/integration_tests2.yaml b/.github/workflows/integration_tests2.yaml index e5ed83ccc..7e5592f23 100644 --- a/.github/workflows/integration_tests2.yaml +++ b/.github/workflows/integration_tests2.yaml @@ -40,7 +40,7 @@ jobs: - name: Run Mistral tests run: | cd integration-tests-2 - pytest test_base_mistral.py -v + pytest test_base_mistral.py -v --capture=tee-sys # - name: Cleanup Docker containers # if: always()