diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a98f1255f6536d2bcf1f512fb3aef41fc0f98d51..a17f9b07a89a0ecc695456790e474c961592900a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,15 @@ +image: node + stages: - test - deploy test: stage: test + services: + - gitlab/gitlab-ce script: - - curl https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash - - source ~/.bashrc - - nvm install stable - - nvm use stable + - curl http://gitlab-ce - npm install - npm test