diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 774161c298..e9d9c9b0a4 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -304,7 +304,7 @@ jobs: timeout-minutes: 60 container: image: ghcr.io/vdaas/vald/vald-ci-container:${{ needs.detect-ci-container.outputs.TAG }} - options: "--add-host host.docker.internal:host-gateway" + options: "--net host --add-host host.docker.internal:host-gateway" steps: - uses: actions/checkout@v4 - name: Set Git config