diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 447dec01bd41301c95a46b00fde0362dd8cc86f2..81a7cc249dd9a3e96eceb33d570f6bc37cce557a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: haskell
+image: haskell:8.10.7
 
 stages:
   - build
@@ -7,6 +7,9 @@ build-job:
   stage: build
   script:
     - stack build --install-ghc
+    - mkdir dist
+    - cp .stack-work/install/x86_64-linux-tinfo6/*/*/bin/walint dist
+    - cp config.json dist
   artifacts:
     paths:
-      - .stack-work/install/x86_64-linux-tinfo6/*/*/bin/walint
+      - dist