Skip to content
Snippets Groups Projects
Commit 1237abbc authored by Éloïs's avatar Éloïs
Browse files

Update .gitlab-ci.yml

parent 5230520f
No related branches found
No related tags found
3 merge requests!1222Add startup scripts,!1220Stable/ws2p v1.1 trymerge,!1208Stable/ws2p v1.1
stages:
- github-sync
- test
push_to_github:
......@@ -39,17 +38,4 @@ enforce_readme:
- mv README.md.new README.md
- git commit -am "Enforce github readme"
- git push origin master
test:
stage: test
tags:
- nodejs
image: registry.duniter.org/docker/ubuntu-node:17.10-DUNITER-2
script:
- bash -c ". ~/.nvm/nvm.sh && npm install -g yarn"
- bash -c ". ~/.nvm/nvm.sh && yarn install"
- bash -c ". ~/.nvm/nvm.sh && yarn run test-travis"
cache:
paths:
- node_modules/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment