Update .gitlab-ci.yml
This commit is contained in:
parent
1082cea8bd
commit
fd61600830
@ -9,6 +9,7 @@ default:
|
||||
|
||||
variables:
|
||||
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
|
||||
CHROME_BIN: "/usr/bin/chromium"
|
||||
|
||||
stages:
|
||||
- setup
|
||||
@ -19,7 +20,7 @@ stages:
|
||||
container setup:
|
||||
stage: .pre
|
||||
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++
|
||||
|
||||
npm install:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user