diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5829e6bc11..de11ada4be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -556,6 +556,7 @@ source-tarball: rules: - if: $NIGHTLY - if: '$RELEASE_JOB == "yes"' + - if: '$CI_MERGE_REQUEST_LABELS =~ /.*test-bootstrap.*/' test-bootstrap: @@ -589,6 +590,7 @@ test-bootstrap: rules: - if: $NIGHTLY - if: '$RELEASE_JOB == "yes"' + - if: '$CI_MERGE_REQUEST_LABELS =~ /.*test-bootstrap.*/' ############################################################ |