summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/global-templates-python.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index e001f51a0..81a54aa8b 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -110,5 +110,5 @@
cp $WORKSPACE/docker/* .
docker -D build -t testsuite .
export DOCKER_REPOSITORY="nexus3.openecomp.org:10003"
- docker tag openecompete:latest $DOCKER_REPOSITORY/openecomp/testuite:latest
+ docker tag openecomp/testuite:latest $DOCKER_REPOSITORY/openecomp/testuite:latest
docker push $DOCKER_REPOSITORY/openecomp/testuite:latest \ No newline at end of file