From 3d68afbd46132ef32c14939aa33bde4d1fa9188f Mon Sep 17 00:00:00 2001 From: Khaled Ismaeel Date: Wed, 20 Apr 2022 21:57:00 +0300 Subject: [PATCH] Fix the executable name --- gitlab-ci-cd/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab-ci-cd/.gitlab-ci.yml b/gitlab-ci-cd/.gitlab-ci.yml index e3a8ee1..6dcc4c4 100644 --- a/gitlab-ci-cd/.gitlab-ci.yml +++ b/gitlab-ci-cd/.gitlab-ci.yml @@ -4,8 +4,8 @@ artillery: entrypoint: [""] script: | mkdir reports - /home/node/artillery/bin/artillery run --output reports/report.json tests/performance/socket-io.yml - /home/node/artillery/bin/artillery report --output reports/report.html reports/report.json + /home/node/artillery/bin/run run --output reports/report.json tests/performance/socket-io.yml + /home/node/artillery/bin/run report --output reports/report.html reports/report.json artifacts: paths: - reports