diff --git a/documentation/docs/steps/gatlingExecuteTests.md b/documentation/docs/steps/gatlingExecuteTests.md index 428263a8ab..90dbda2981 100644 --- a/documentation/docs/steps/gatlingExecuteTests.md +++ b/documentation/docs/steps/gatlingExecuteTests.md @@ -19,5 +19,5 @@ We recommend to define values of step parameters via [config.yml file](../config Pipeline step: ```groovy -gatlingExecuteTests script: this, testModule: 'performance-tests/pom.xml' +gatlingExecuteTests script: this, pomPath: 'performance-tests/pom.xml' ```