Update .gitlab-ci.yml
This commit is contained in:
parent
1082cea8bd
commit
fd61600830
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user