diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b80619d..1d26f45 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -115,7 +115,7 @@ on: docker_compose_file_path: description: 'The path to the docker-compose file, relative to the repository root' required: false - default: '.ci/e2e/docker-compose.yml' + default: '.ci/e2e/docker-compose.yaml' type: string integration_image_name: description: 'The name of the integration image'