summaryrefslogtreecommitdiff
path: root/qa/qa/service/docker_run/ldap.rb
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 c33d75ff640..a6982bddf28 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.expand_path("../fixtures/ldap/#{volume_name}", __dir__)
+ ::File.join(Runtime::Path.fixtures_path, 'ldap', volume_name)
end
end