diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3cf476191f2fd2e3c26a39a7be5ccfc56f74b6c3..ca6182b35f9610128aa55a96265bc90e3de007c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,8 @@ stages:
     - /^v\d[\d\.]*(-classic-?)?(-(alpha|beta))?(-\d+)?$/
     
 before_script:
-  - apk add --no-cache bash curl git subversion zip jq luacheck pandoc
+  - apk add --no-cache bash curl git subversion zip jq luacheck
+  - apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted pandoc
 
 luacheck:
   stage: build