diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f24f085818d0f1cfcc8c93f9869c6d6c868d6c1..66da3813f94f8d2931a0d89161319500c1ade6a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,11 @@ stages: build-esap-gui: stage: build + image: node:latest before_script: - - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install yarn npm -y )' + - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install npm -y )' script: + - node -v - npm -version - echo "Building deploy package" - npm install