diff --git a/jest-puppeteer.config.js b/jest-puppeteer.config.js
index b7f3d29270c58ad2de562ff6eceb7c3ffa280179..33e09f50d3f4c6b59871b8074ccf99d55d318eaa 100644
--- a/jest-puppeteer.config.js
+++ b/jest-puppeteer.config.js
@@ -1,6 +1,7 @@
 module.exports = {
   launch: {
     headless: process.env.HEADLESS !== 'false',
+    args: ['--no-sandbox', '--disable-setuid-sandbox']
   },
   server: [{
     command: 'npm run server -- -p 4488',