This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 25203c53d43be015b55dc0d96ed260f9c3970522 Author: jcouteau <couteau@codelutin.com> Date: Mon Nov 12 19:58:47 2018 +0100 Fix ui sonar analysis job --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3aa1fac4..9e93e58c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,10 +127,10 @@ sonar_job: - schedules sonar_job_ui: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release-with-frequent-libraries + image: registry.nuiton.org/codelutin/dockerfiles:nodejs10 stage: sonar script: - - cd pollen-ui-riot-js/ + - cd pollen-ui-riot-js; npm install - npm install -g sonarqube-scanner - sonar-scanner -Dsonar.host.url=https://qa.codelutin.com -Dsonar.projectKey=org.chorem:pollen-ui only: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.