Update .gitlab-ci.yml

This commit is contained in:
Gregor Kleen 2019-11-07 16:45:27 +01:00
parent 93351f4019
commit ef34d0894f

View File

@ -2,6 +2,7 @@ default:
image: fpco/stack-build:lts-13.21
before_script:
- apt-get install -y --no-install-recommends gcc
- echo $PATH | xargs -d ':' -- ls
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"