summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--csit/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/README.md b/csit/README.md
index f4b6adf90..56f007d9b 100644
--- a/csit/README.md
+++ b/csit/README.md
@@ -41,7 +41,7 @@ cd ~/<your_git_repo>/cps
Build a docker image (see also [docker-compose readme](../docker-compose/README.md) ) from your cps directory:
```bash
-mvn clean install -Dmaven.test.skip=true -Dnexus.repository= -Pcps-xnf-docker
+mvn clean install -Dmaven.test.skip=true -Dnexus.repository=
```
Execute test from current cps folder: