diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afa5a22145597e659d752388fe49d11dfafef069..21cdb820904a73b489d77134ad3101aaa765feef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,3 +31,12 @@ deploy_dev: - deploy_dev script: - echo "deploying dev" + - apt update + - apt install -y curl gnupg + - curl -sL https://deb.nodesource.com/setup_8.x | bash - + - apt update + - apt install -y nodejs + - rm ./package-lock.json + - npm install + - ./node_modules/@angular/cli/bin/ng build --prod --base-href=/sv2/ + - bash ./install.sh