Skip to content

feat(gitlab-ci): use `--runInBand` with `jest`

Nicola Spanti requested to merge topic/default/runInBand into branch/default

It is generally slower, but it is less memory and CPU intensive, so it reduces the risk of failure for the CI worker. See https://jestjs.io/docs/cli#--runinband

Merge request reports