diff --git a/tests/ci.sh b/tests/ci.sh index f5aa458..b1582a3 100755 --- a/tests/ci.sh +++ b/tests/ci.sh @@ -82,4 +82,4 @@ echo "Creating dummy users" hurl --variable host="$HOST" --error-format long tests/dummy-users.hurl echo "Running tests" -hurl --variable host="$HOST" --test --error-format long --color --report-html tests/report tests/integration/*.hurl || true +hurl --variable host="$HOST" --test --error-format long --color --report-html tests/report tests/integration/*.hurl