diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d0c9bf2c0d6cf7582a1f749d7622632af89f9b6..2c84e11aa29e133b93e79d02647a801d83dbc347 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -321,10 +321,10 @@ static-analysis:clang-tidy:
 
 .release:arch:
   extends: .template:release
-  image: gitlab.fit.cvut.cz:5000/algorithms-library-toolkit/ci-docker-images/archlinux-makepkg
+  image: alpine:3.9
 
   before_script:
-    - pacman -Suy --noconfirm --needed openssh
+    - apk add --no-cache openssh
     - mkdir -p ~/.ssh && echo "$SSH_PRIV_KEY" > ~/.ssh/id_rsa && chmod 700 -R ~/.ssh
     - eval $(ssh-agent -s)
     - echo "$SSH_PASSPHRASE" | ssh-add ~/.ssh/id_rsa