diff --git a/appveyor-windows.yml b/appveyor-windows.yml index 8b0a422b11..dfe21d4807 100644 --- a/appveyor-windows.yml +++ b/appveyor-windows.yml @@ -261,10 +261,10 @@ for: #Integ testing deploy - matrix: only: - - configuration: DeployIntegTesting + - configuration: AllTerraformTests test_script: - - ps: "pytest -vv tests/integration/deploy -n 4 --reruns 4 --dist=loadgroup --json-report --json-report-file=TEST_REPORT-integration-deploy.json" + - ps: "pytest -vv tests/integration/buildcmd/test_build_terraform_applications.py --json-report --json-report-file=TEST_REPORT-integration-buildcmd.json" # Integ testing package - matrix: