diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 819c77868e1ea05902a15fde06922f1023edd92b..dec0f0e9a8c07f83d745f748cefa0972920ad87f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,11 +11,8 @@ build:
     - echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
 
   script:
-    - echo "IMAGE_TAG=" $IMAGE_TAG
-    - echo "CI_REGISTRY=" $CI_REGISTRY
-    - echo "CI_REGISTRY_USER=" $CI_REGISTRY_USER
     - buildah images
-    - buildah build -t IMAGE_TAG
+    - buildah build -t $IMAGE_TAG
     - buildah images
     - buildah push $IMAGE_TAG