branch feature/init-perf-test updated (f8e72c55 -> 153800dd)
This is an automated email from the git hooks/post-receive script. New change to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from f8e72c55 try artillery test new 153800dd fix path The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 153800dd811be9e44f2c285827b069b0219d6f08 Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 20:08:37 2020 +0200 fix path Summary of changes: .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/init-perf-test in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 153800dd811be9e44f2c285827b069b0219d6f08 Author: Yannick Martel <martel@codelutin.com> Date: Wed Apr 8 20:08:37 2020 +0200 fix path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e700285..4ba8f263 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,7 +227,7 @@ artillery: script: - curl -sL https://deb.nodesource.com/setup_10.x | bash - - apt-get install -y nodejs - - cd integration-test/artillery/ + - cd integration-tests/artillery/ - npm install artillery - ./node_modules/.bin/artillery -V - ./node_modules/.bin/artillery run normalPollConf.yml -o normalPollReport.json -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm