Skip to content
Snippets Groups Projects
Commit edb2560f authored by L4168's avatar L4168
Browse files

added tags

parent c8370115
No related branches found
No related tags found
2 merge requests!59Development to master,!31Development
...@@ -44,6 +44,9 @@ e2e-testing: ...@@ -44,6 +44,9 @@ e2e-testing:
sonarqube: sonarqube:
stage: analysis stage: analysis
image: ciricihq/gitlab-sonar-scanner image: ciricihq/gitlab-sonar-scanner
tags: ['docker']
only:
- testing
variables: variables:
SONAR_URL: http://10.166.0.3:9000 SONAR_URL: http://10.166.0.3:9000
SONAR_ANALYSIS_MODE: preview SONAR_ANALYSIS_MODE: preview
...@@ -53,6 +56,9 @@ sonarqube: ...@@ -53,6 +56,9 @@ sonarqube:
sonarqube-reports: sonarqube-reports:
stage: analysis stage: analysis
image: ciricihq/gitlab-sonar-scanner image: ciricihq/gitlab-sonar-scanner
tags: ['docker']
only:
- testing
variables: variables:
SONAR_URL: http://10.166.0.3:9000 SONAR_URL: http://10.166.0.3:9000
SONAR_ANALYSIS_MODE: publish SONAR_ANALYSIS_MODE: publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment