Update .gitlab-ci.yml

This commit is contained in:
Gregor Kleen 2019-11-07 16:05:26 +01:00
parent 8c9d7a37ca
commit 26ccef6a90

View File

@ -1,7 +1,7 @@
default:
image: fpco/stack-build:lts-13.21
before_script: |
apt-get install -y --no-install-recommends g++
before_script:
- apt-get install -y --no-install-recommends g++
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"