Commit 4c497b2c authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Update .gitlab-ci.yml to change stack root

parent 3504382e
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
image: fpco/stack-build:lts-14.6

variables:
  STACK_ROOT: "${CI_PROJECT_DIR}/.stack"

cache:
  paths:
    - .stack-work
    - ~/.stack
    - .stack

build:
  stage: build