Update .gitlab-ci.yml

This commit is contained in:
Gregor Kleen 2019-11-08 09:41:18 +01:00
parent fd61600830
commit 4dfc3795b5

View File

@ -9,7 +9,7 @@ default:
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
CHROME_BIN: "/usr/bin/chromium"
CHROME_BIN: "/usr/bin/chromium-browser"
stages:
- setup
@ -20,6 +20,7 @@ stages:
container setup:
stage: .pre
script:
- apt-get update
- apt-get install -y --no-install-recommends build-essential nodejs chromium-browser
- ln -s $(which g++-7) $(dirname $(which g++-7))/g++