From ac61d8ff4d09b4ed26a6604371caa233a67d7987 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 7 Nov 2021 18:38:15 +0100 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 1 - ts/smartpuppeteer.classes.smartpuppeteer.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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;