My company just migrated to hosted Gitlab and I've been trying to speed up our pipelines - mainly our Unit Test job that runs a Jest test suite.
I'm specifically looking to learn if anyone has tried running a Merge Request job on a subset of test files using the Jest CLI flags like --onlyChanged and --changedSince
Thanks much,
Matt