I'm using Gitlab CI-CD for my gradle project. I've attached an existing K8s cluster to Gitlab. Now, for the deployment, I am using helm. The executor is created on another K8s cluster. The deployment works fine. After the deployment I'm running certain BDDs (using gradle clean build as command inside the deployment.yaml)which creates a cucumber report in HTML format. Is there a way by which I can get that report as Gitlab artifact?