error about large project description

Traceback (most recent call last):
2: from ./bin/run-k6:66:in `<main>'
1: from /performance/lib/run_k6.rb:129:in `get_tests'
/performance/lib/run_k6.rb:143:in `filter_tests': undefined method `match?' for nil:NilClass (NoMethodError)

this seems very similar to !229 (merged)

run_k6.rb code:

gpt_data_version = large_project_description.match?(/Version: (.*)/) ? large_project_description.match(/Version: (.*)/)[1] : '-'

though, screenshot from the customer suggests the code shouldn't be failing.

image

GitLab team members can read more in the ticket