I am running the Load Test on a gitlab pipeline. Ideally the reports will be published to artefacts when the test is completed but the pipeline was interuppted and test could not complete and hence no reports were generated.
Is there a way to fetch the reports from interuppted pipeline?
Honestly no idea. You can generate reports from interrupted tests locally with the --reports-only option but that requires you to know the name of the folder that contains the log file.
Then, you also have the option of Gatling Cloud that provides a GitLabCI integration and that would NOT suffer from this as the stats are reported in real time.