diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bffb9366dd700e377bd13e141d5ea5b01fd07f4b..a916df625e50aad1e62a22bdf8e0a2fb91defac9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,6 +54,7 @@ pmdCheckstylePrettierLint: - echo "Running checkstyle" - ./mvnw -ntp checkstyle:check -Dmaven.repo.local=$MAVEN_USER_HOME || SUCCESS=false - echo "Running prettier" + - node --version; npm --version - npm install - npm run prettier:check - echo "Running eslint" diff --git a/src/main/docker/gitlabCI/customJHipster/Dockerfile b/src/main/docker/gitlabCI/customJHipster/Dockerfile index 3d9c195a5ae0612e3ce3a9b7daf64a6ff8bf7e2a..ebba9a202c633843c0f2fb12e19b30f548ee5c9d 100644 --- a/src/main/docker/gitlabCI/customJHipster/Dockerfile +++ b/src/main/docker/gitlabCI/customJHipster/Dockerfile @@ -4,4 +4,4 @@ USER root ARG VERSION=6.40.0 -RUN apt update && apt install -y default-jre xvfb zip wget ca-certificates libnss3-dev libasound2 libxss1 libappindicator3-1 libindicator7 gconf-service libgconf-2-4 libpango1.0-0 xdg-utils fonts-liberation libgbm1 bash rsync openssh-client node npm +RUN apt update && apt install -y default-jre xvfb zip wget ca-certificates libnss3-dev libasound2 libxss1 libappindicator3-1 libindicator7 gconf-service libgconf-2-4 libpango1.0-0 xdg-utils fonts-liberation libgbm1 bash rsync openssh-client nodejs npm