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:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-18 21:08:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-18 21:08:43 +0300
commit055b4c04d5cef7029625c08619df4f3bcdccc6c2 (patch)
tree4a363915e4878c17f5a6ffef6010a4bf0e3b8b76 /tests.yml
parent85f1126ea6f09296e4e5106d7d8319e93aeedf3c (diff)
Add latest changes from gitlab-org/gitlab@master
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'