diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7fbff53265c9e53db5783c7108bb94ee89edbd94..2ee0b8892af53d4327d7dc419be824a103b77ec4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
 stages:
   - build
-  - publish
 
 build-zynthbox-image-armhf:
   tags:
@@ -23,8 +22,8 @@ build-zynthbox-image-armhf:
 
     # Setup Zynthbox Repo sourceline
     - echo "# Setup Zynthbox Repo sourceline"
-    - echo "ZYNTHIANOS_ZYNTHBOX_REPO_KEY_URL='http://repo.zynthbox.io/testing/repo_key.pub'" >> ZynthianOS/src/modules/zynthianos/config
-    - echo "ZYNTHIANOS_ZYNTHBOX_REPO_SOURCELINE='deb http://repo.zynthbox.io/testing zynthbox main'" >> ZynthianOS/src/modules/zynthianos/config
+    - echo "ZYNTHIANOS_ZYNTHBOX_REPO_KEY_URL='https://repo.zynthbox.io/repo_key.pub'" >> ZynthianOS/src/modules/zynthianos/config
+    - echo "ZYNTHIANOS_ZYNTHBOX_REPO_SOURCELINE='deb http://repo.zynthbox.io/testing buster main'" >> ZynthianOS/src/modules/zynthianos/config
 
     # Download prebuilt realtime kernel
     - echo "# Download prebuilt realtime kernel"