stages: - test sonarqube-check: stage: test variables: SONAR_HOST: "${SONAR_HOST}" PROJECT_KEY: "${SONAR_PROJECT_KEY}" LOGIN_TOKEN: "${SONAR_LOGIN_TOKEN}" script: - gitlab-sonar-test only: - triggers tags: - sonartest