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 'qa/qa/service/docker_run/ldap.rb')
-rw-r--r--qa/qa/service/docker_run/ldap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/service/docker_run/ldap.rb b/qa/qa/service/docker_run/ldap.rb
index a6982bddf28..ea0f774b8d9 100644
--- a/qa/qa/service/docker_run/ldap.rb
+++ b/qa/qa/service/docker_run/ldap.rb
@@ -28,7 +28,7 @@ module QA
if volume_exists?(volume_name)
volume_name
else
- ::File.join(Runtime::Path.fixtures_path, 'ldap', volume_name)
+ Runtime::Path.fixture('ldap', volume_name)
end
end