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 'spec/frontend/fixtures/runner.rb')
-rw-r--r--spec/frontend/fixtures/runner.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/fixtures/runner.rb b/spec/frontend/fixtures/runner.rb
index b523650dda5..de87114766e 100644
--- a/spec/frontend/fixtures/runner.rb
+++ b/spec/frontend/fixtures/runner.rb
@@ -20,8 +20,8 @@ RSpec.describe 'Runner (JavaScript fixtures)' do
let_it_be(:build) { create(:ci_build, runner: runner) }
- query_path = 'runner/graphql/'
- fixtures_path = 'graphql/runner/'
+ query_path = 'ci/runner/graphql/'
+ fixtures_path = 'graphql/ci/runner/'
after(:all) do
remove_repository(project)