diff --git a/internal/command/test.go b/internal/command/test.go index 4d3fb6fa27f8..fd6db76d0e95 100644 --- a/internal/command/test.go +++ b/internal/command/test.go @@ -121,7 +121,7 @@ func (c *TestCommand) Run(rawArgs []string) int { return 1 } - var junit *artifact.TestJUnitXMLFile + var junit artifact.Artifact if args.JUnitXMLFile != "" { // JUnit XML output is currently experimental, so that we can gather // feedback on exactly how we should map the test results to this