diff --git a/contrib/executor/cypress/pkg/runner/cypress.go b/contrib/executor/cypress/pkg/runner/cypress.go index 1e94cd5e8b9..d5d2bd0dd19 100644 --- a/contrib/executor/cypress/pkg/runner/cypress.go +++ b/contrib/executor/cypress/pkg/runner/cypress.go @@ -110,7 +110,7 @@ func (r *CypressRunner) Run(ctx context.Context, execution testkube.Execution) ( } junitReportDir := filepath.Join(projectPath, "results") - junitReportPath := filepath.Join(projectPath, junitReportDir, "junit-[hash].xml") + junitReportPath := filepath.Join(projectPath, "results/junit-[hash].xml") var project string if workingDir != "" {