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>2021-01-12 12:10:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-12 12:10:49 +0300
commit9c07ab8c6975de1046bd65b36f3d34f5408dac13 (patch)
treef17da714b7b4ea77aa16ebfae62766a694247c7e /.gitlab
parent38780f3d2f18d9e07fe3e7427ccc964de267dbb4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/rails.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/rails.gitlab-ci.yml b/.gitlab/ci/rails.gitlab-ci.yml
index 4430fed2e3c..65fc66bddca 100644
--- a/.gitlab/ci/rails.gitlab-ci.yml
+++ b/.gitlab/ci/rails.gitlab-ci.yml
@@ -423,7 +423,7 @@ rspec:deprecations:
variables:
SETUP_DB: "false"
script:
- - bundle exec rubocop --only Lint/LastKeywordArgument --parallel
+ - run_timed_command "bundle exec rubocop --only Lint/LastKeywordArgument --parallel"
artifacts:
expire_in: 31d
when: always