diff --git a/build/integration/run.sh b/build/integration/run.sh index baf31b411c4f..df33d85fc74c 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -14,6 +14,6 @@ PHPPID=$! echo $PHPPID #export BEHAT_PARAMS="context[parameters][base_url]=http://localhost:$PORT/ocs" -vendor/bin/behat +vendor/bin/behat --profile ci kill $PHPPID