diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4684315334ba02b4d1523572992802ea0c5d22d2..d11a7c72ac40407c916e96ac973d2bad0fecd16b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ build_docker:
   stage: build
   before_script:
     - export IMAGE="${DOCKER_ORG}/${DOCKER_REPO}"
-    - echo TAG="${DOCKER_ORG}/${DOCKER_REPO}"
+    - echo TAG="latest"
     - echo "IMAGE=$IMAGE" >> build.env
     - echo "TAG=$TAG" >> build.env
   script: