Commit 1db19fbc authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Update .gitlab-ci.yml

parent 51e6bac1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7,11 +7,13 @@ cache:
  paths:
    - .stack-work
    - .stack
    - ~/.local/bin

build:
  stage: build
  script:
    - stack build
    - stack upgrade --git --git-branch stable
    - ~/.local/bin/stack build
    - cp $(stack path --dist-dir)/build/mock-bot-telegram/mock-bot-telegram .
  artifacts:
    paths: