diff --git a/internal/command/test.go b/internal/command/test.go index d0686bc81cb3..889442dc9e93 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