diff options
Diffstat (limited to 'csit/README.md')
-rw-r--r-- | csit/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/README.md b/csit/README.md index f4b6adf901..56f007d9bb 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: |