diff --git a/README.md b/README.md
index fb15f05b9043977eec723f107ff5c2f31066ecb7..405b567128d1d969c767cc7691953bb93e6448cd 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,10 @@ SSH into the VM
 
 Create the services needed for integration tests
 
-`/vagrant/scripts/test/conts-create.sh`
+```
+sudo su
+/vagrant/scripts/test/conts-create.sh
+```
 
 All of the containers created are defined in the file `/vagrant/src/test/clmctest/rspec.json`
 
@@ -90,6 +93,6 @@ pytest -s --pyargs clmcservice.tests
 The following modules are integration tests
 
 ```
-pytest -s --pyargs clmctest.monitoring  
 pytest -s --pyargs clmctest.inputs
+pytest -s --pyargs clmctest.monitoring  
 ```