I have an angular project, and would like to run some Karma test on my pipelines
I am using the following image
image: circleci/node:12-browsers
which contains chromium browser for those kind of test.
Now, when I run npm run test I have the following error :
NaCl helper process running without a sandbox!
which implies that I do not have a setuid sandbox in my system.
I don't understand exactly what should I do to fix this.