diff options
| author | 窦凤虎 <[email protected]> | 2024-03-16 07:34:45 +0000 |
|---|---|---|
| committer | 窦凤虎 <[email protected]> | 2024-03-16 07:34:45 +0000 |
| commit | dfabdff861f12fcd99267d6dcbd5fc4c64bcd01e (patch) | |
| tree | 697d28bc82111573cd3a80719fa9c7d2af89de65 | |
| parent | ada2ab6427c8269cb68e10437319fbe5d4151c40 (diff) | |
Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 387ba38..8acb5ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,8 @@ variables: MAVEN_CLI_OPTS: --batch-mode --errors --show-version SONAR_HOST_URL: http://192.168.40.153:9900 SONAR_PROJECT_KEY: groot-stream - + TESTCONTAINERS_HOST_OVERRIDE: "host.docker.internal" + stages: - test - build |
