Skip to content

Commit e6c5425

Browse files
committed
updates to see if index.html can reside at the root level of the jobs
1 parent e981265 commit e6c5425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_index_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def create_index_html(mpName, isGitLab = False):
7373
rep_path = pathlib.Path(__file__).parent.resolve()
7474

7575
if usingGitLabCI:
76-
output_file="html_reports/index.html"
76+
output_file="index.html"
7777
else:
7878
output_file="index.html"
7979

0 commit comments

Comments
 (0)