Update .gitlab-ci.yml
This commit is contained in:
parent
fd61600830
commit
4dfc3795b5
@ -9,7 +9,7 @@ default:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
|
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"
|
||||||
CHROME_BIN: "/usr/bin/chromium"
|
CHROME_BIN: "/usr/bin/chromium-browser"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- setup
|
- setup
|
||||||
@ -20,6 +20,7 @@ stages:
|
|||||||
container setup:
|
container setup:
|
||||||
stage: .pre
|
stage: .pre
|
||||||
script:
|
script:
|
||||||
|
- apt-get update
|
||||||
- apt-get install -y --no-install-recommends build-essential nodejs chromium-browser
|
- 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++
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user