Commit d08b4a8a authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): fix html report

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@openairinterface.org>
parent afd49c6d
......@@ -373,8 +373,8 @@ class HtmlReport():
self.file.write(' <tr bgcolor="#33CCFF" >\n')
self.file.write(' <th>Stage Name</th>\n')
self.file.write(' <th>Image Kind</th>\n')
self.file.write(' <th>OAI AMF <font color="Gold">Ubuntu18</font> Image</th>\n')
self.file.write(' <th>OAI AMF <font color="Gold">RHEL8</font> Image</th>\n')
self.file.write(' <th>OAI SMF <font color="Gold">Ubuntu18</font> Image</th>\n')
self.file.write(' <th>OAI SMF <font color="Gold">RHEL8</font> Image</th>\n')
self.file.write(' </tr>\n')
def buildSummaryFooter(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment