Merge "Apply infra states before cicd installation stage"
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index c0652e9..1b8b5d5 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -408,6 +408,7 @@
 
         if (common.checkContains('STACK_INSTALL', 'cicd')) {
             stage('Install Cicd') {
+                orchestrate.installInfra(venvPepper)
                 orchestrate.installDockerSwarm(venvPepper)
                 orchestrate.installCicd(venvPepper)
             }