image: haskell:8.10.7 stages: - build build-job: stage: build script: - stack build - mkdir dist - stack install --local-bin-path dist - cp config.json dist artifacts: paths: - dist