summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 5a16412..6ad376f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -42,7 +42,7 @@ namespace :spec do
ENV['TARGET_TEST'] = test
ENV['TARGET_HOST'] = host
if ENV['CI_FLAG']
- t.rspec_opts = "--format RspecJunitFormatter --out ../report/serverspec/results_#{test}_#{host}.xml"
+ t.rspec_opts = "--format RspecJunitFormatter --out ./report/serverspec/results_#{test}_#{host}.xml"
end
t.pattern = "spec/#{test}/#{host}_spec.rb"
end