Skip to content
Snippets Groups Projects
Commit 259eab33 authored by Daniel Savchenko's avatar Daniel Savchenko
Browse files

fix path for report.xml file

parent ccf96391
No related branches found
No related tags found
1 merge request!266fix path for report.xml file
......@@ -194,7 +194,7 @@ if not os.path.exists(os.path.join(os.getcwd(),"report.xml")):
print(dirfiles)
else:
# copy to a more suitable location for pickup as artifact
shutil.copyfile(os.path.join(os.getcwd(),"report.xml"),os.path.join(os.getcwd(),"../","../","report.xml") )
shutil.copyfile(os.path.join(os.getcwd(),"report.xml"),os.path.join(os.getcwd(),"../","report.xml") )
print("-----------------------")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment