diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2bf24ff1d13ff01172652110a5daea06abf63e2..0d879fafb59023feefd878a4408639db5e63d0e5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,7 +114,7 @@ build_http_proxy_image:
   tags:
     - build
   variables:
-    PROXY_ENABLE_VAR: "enable_ood_proxy"
+    PROXY_ENABLE_VAR: "enable_http_proxy"
   <<: *build_proxy_image_template
   rules:
     - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "http-proxy"
@@ -127,7 +127,7 @@ build_ssh_proxy_image:
   tags:
     - build
   variables:
-    PROXY_ENABLE_VAR: "enable_sshpiper"
+    PROXY_ENABLE_VAR: "enable_ssh_proxy"
   <<: *build_proxy_image_template
   rules:
     - if: $PIPELINE_TARGET == "build" && $BUILD_TARGET == "ssh-proxy"