This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 2574f1f8 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Merge branch 'fix_sonar_analyze_in_ci' into 'development'

Put the sonar-analyze job into a separate stage

See merge request sharing/codeability-sharing-platform!131
parents b27231f9 e4008efa
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -11,6 +11,7 @@ stages:
- lint
- build
- test
- analyze
- release
- deploy
- e2e
......@@ -181,7 +182,7 @@ e2e-test:
when: on_success
sonar-analyze:
stage: test
stage: analyze
cache:
# inherit all global cache settings
<<: *global_cache
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment