fix(core): update

This commit is contained in:
Philipp Kunz 2021-11-07 18:38:15 +01:00
parent 107178e9e7
commit ac61d8ff4d
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ stages:
testStable:
stage: only
script:
- whereis google-chrome
- npmci npm prepare
- npmci node install stable
- npmci npm install

View File

@ -27,7 +27,7 @@ export const getEnvAwareBrowserInstance = async (
args: chromeArgs,
pipe: true,
headless: true,
executablePath: '/bin/chrome'
executablePath: '/usr/bin/google-chrome'
});
return headlessBrowser;