fix(core): update
This commit is contained in:
parent
107178e9e7
commit
ac61d8ff4d
@ -12,7 +12,6 @@ stages:
|
||||
testStable:
|
||||
stage: only
|
||||
script:
|
||||
- whereis google-chrome
|
||||
- npmci npm prepare
|
||||
- npmci node install stable
|
||||
- npmci npm install
|
||||
|
@ -27,7 +27,7 @@ export const getEnvAwareBrowserInstance = async (
|
||||
args: chromeArgs,
|
||||
pipe: true,
|
||||
headless: true,
|
||||
executablePath: '/bin/chrome'
|
||||
executablePath: '/usr/bin/google-chrome'
|
||||
});
|
||||
|
||||
return headlessBrowser;
|
||||
|
Loading…
Reference in New Issue
Block a user