Skip to content

Commit 0f51056

Browse files
committed
Add MR job to pipeline
Signed-off-by: Thomas <[email protected]>
1 parent 459a614 commit 0f51056

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ lint-python-package:
5454
reports:
5555
codequality: gl-code-quality-report.json
5656

57+
additional-mr-checks:
58+
stage: test
59+
script:
60+
- echo "Additional checks for merge requests"
61+
rules:
62+
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
63+
5764
deploy-python-package:
5865
stage: deploy
5966
before_script:

0 commit comments

Comments
 (0)