diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2cfe93a9be5066753b760aaf6e391cfc0c5e4f8..f70a5b6c6d64148517a8c462ced36f9d881a6cd7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,8 @@ deploy_ood_proxy_node:
       export NEW_INSTANCE_ID=$(openstack server create
       -c id -f value --image $PROXY_OOD_IMAGE_ID
       --network $OOD_PROXY_NETWORK
-      --security-group ood-https-ports
+      --security-group https-port
+      --security-group http-port      
       --security-group allow-ssh
       --user-data user_data.txt
       --flavor $INSTANCE_FLAVOR
@@ -76,7 +77,6 @@ deploy_ssh_proxy_node:
       export NEW_INSTANCE_ID=$(openstack server create
       -c id -f value --image $PROXY_SSH_IMAGE_ID
       --network $OOD_PROXY_NETWORK
-      --security-group ood-https-ports
       --security-group allow-ssh
       --user-data user_data.txt
       --flavor $INSTANCE_FLAVOR