diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae90c5b..2d58d12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,8 +7,8 @@ variables: --no-transfer-progress -DinstallAtEnd=true -DdeployAtEnd=true - -Dsonar.host.url=https://sonar.fbe-adswen.rwu.de - -Dsonar.token=sqa_c39258caceb01d59515d6dfa9440a7b05cdd15f4 + -Dsonar.host.url=$SONAR_URL + -Dsonar.token=$SONAR_TOKEN -Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true