diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7dfa39d9c90acf9fe33765ca9a54b974ea32e5d1..2b8023ce5cfeb2bca1f21c0fa99ab33d7af6862f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,10 +2,11 @@ image: quay.io/buildah/stable:latest
 
 default:
   before_script:
-    - buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
+    - buildah login -u "$CI_REGISTRY_USER" --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
   variables:
     STORAGE_DRIVER: vfs
     BUILDAH_FORMAT: docker
+    BUILDAH_ISOLATION: chroot
 
 stages:
   - build
@@ -21,5 +22,5 @@ build:
 deploy:
   stage: deploy
   script:
-    - buildah push
+    - buildah push teckids.org:latest