Update .gitlab-ci.yml

This commit is contained in:
Gregor Kleen 2019-11-08 09:39:49 +01:00
parent 1082cea8bd
commit fd61600830

View File

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