diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 769cc51..3d6f3cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ Code analysis: - go test -coverprofile=coverage.out ./... - /home/gitlab-runner/go/bin/golint ./... > golint-report.out - go vet ./... 2> govet-report.out - - /data/sonar-scanner/bin/sonar-scanner -Dsonar.projectVersion=$(git describe --abbrev=0) -Dsonar.host.url=https://sonar.ingenieurbuero-peetz.de -Dsonar.login=ed0634e05811fb2b1cdd0f16b0a924f943623520 + - /data/sonar-scanner/bin/sonar-scanner -Dsonar.projectVersion=$(git describe --abbrev=0) -Dsonar.host.url=https://sonar.thpeetz.de -Dsonar.login=ed0634e05811fb2b1cdd0f16b0a924f943623520 Deploy To Staging: stage: deploy