renaming the file we build to have the slash otherwise the tag command
and push command dont match the build command
Change-Id: I523cfc80c0cd3df926cb6b0379e02d16cd8e12be
Signed-off-by: DR695H <dr695h@att.com>
 
       - shell: |
           cp $WORKSPACE/docker/* .
-          docker -D build -t testsuite .
+          docker -D build -t openecomp/testuite .
           export DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
           docker tag openecomp/testuite:latest $DOCKER_REPOSITORY/openecomp/testuite:latest
           docker push $DOCKER_REPOSITORY/openecomp/testuite:latest
\ No newline at end of file