diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cfb01f..2627dbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ stages: testStable: stage: only script: - - whereis google-chrome - npmci npm prepare - npmci node install stable - npmci npm install diff --git a/ts/smartpuppeteer.classes.smartpuppeteer.ts b/ts/smartpuppeteer.classes.smartpuppeteer.ts index 9310c90..3211a9e 100644 --- a/ts/smartpuppeteer.classes.smartpuppeteer.ts +++ b/ts/smartpuppeteer.classes.smartpuppeteer.ts @@ -27,7 +27,7 @@ export const getEnvAwareBrowserInstance = async ( args: chromeArgs, pipe: true, headless: true, - executablePath: '/bin/chrome' + executablePath: '/usr/bin/google-chrome' }); return headlessBrowser;