Issue-ID: CPS-873
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: Ia9799f4ae3265cf47e46329d014055feb8b35e74
 ```bash
 ./csit/run-project-csit.sh
 ```
-
 
 export DB_USERNAME=cps
 export DB_PASSWORD=cps
 # Use latest image version
-export VERSION=latest
+#export VERSION=latest
 
 # download docker-compose of a required version (1.25.0 supports configuration of version 3.7)
 curl -L https://github.com/docker/compose/releases/download/1.25.0/docker-compose-`uname -s`-`uname -m` > docker-compose
 
 
   cps-and-ncmp:
     container_name: cps-and-ncmp
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/cps-and-ncmp:${VERSION:-latest}
+    image: ${DOCKER_REPO_SNAPSHOT:-nexus3.onap.org:10003}/onap/cps-and-ncmp:${VERSION_CPS_AND_NCMP:-latest}
     ports:
       - "8883:8080"
       - "8887:8081"
 
   ncmp-dmi-plugin:
     container_name: ncmp-dmi-plugin
-    image: ${DOCKER_REPO:-nexus3.onap.org:10003}/onap/ncmp-dmi-plugin:${VERSION:-latest}
+    image: ${DOCKER_REPO_PROXY:-nexus3.onap.org:10001}/onap/ncmp-dmi-plugin:${VERSION_DMI_PLUGIN:-1.0.3}
     ports:
       - "8783:8080"
       - "8787:8081"