diff --git a/src/ci_scripts/templates/chromium-local-conf.template b/src/ci_scripts/templates/chromium-local-conf.template index 8ed331c0c8..62c64dbbdc 100644 --- a/src/ci_scripts/templates/chromium-local-conf.template +++ b/src/ci_scripts/templates/chromium-local-conf.template @@ -5,7 +5,7 @@ chromium_options.binary_location = "/usr/lib/chromium/chromium" import os if os.path.exists("/.dockerenv"): - chrome_options.add_argument("--no-sandbox") + chromium_options.add_argument("--no-sandbox") WIRECLOUD_SELENIUM_TEST_BROWSERS.update({