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