.gitlab-ci.yml in gitlab-labkit-0.13.0 vs .gitlab-ci.yml in gitlab-labkit-0.13.1
- old
+ new
@@ -1,4 +1,13 @@
+workflow:
+ rules:
+ # For merge requests, create a pipeline.
+ - if: '$CI_MERGE_REQUEST_IID'
+ # For `master` branch, create a pipeline (this includes on schedules, pushes, merges, etc.).
+ - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+ # For tags, create a pipeline.
+ - if: '$CI_COMMIT_TAG'
+
.test_template: &test_definition
stage: test
script:
- gem install bundler
- bundle install