Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests.yml')
-rw-r--r--tests.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests.yml b/tests.yml
index 93d4f02f384..ab92031c771 100644
--- a/tests.yml
+++ b/tests.yml
@@ -37,6 +37,10 @@ mapping:
- source: 'rubocop/(.+)\.rb'
test: 'spec/rubocop/%s_spec.rb'
+ # .gitlab/ci related specs
+ - source: '.gitlab/ci/(.+)\.gitlab-ci\.yml'
+ test: 'spec/dot_gitlab_ci/%s_spec.rb'
+
# Initializers should map to respective spec
- source: 'config/initializers/(.+)\.rb'
test: 'spec/initializers/%s_spec.rb'