Skip to content
Snippets Groups Projects
Commit 7e17cdbf authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Fixed codequality pipeline so it executes as part of the test stage.

parent d5a01bff
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,8 @@ code_quality: ...@@ -14,6 +14,8 @@ code_quality:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
stages:
- test
cache: cache:
paths: paths:
......
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