Commit bea8b7ca by 汤文兵

change gitlab runner command

parent 8096f739
Pipeline #83 failed with stages
in 4 seconds
......@@ -17,7 +17,7 @@ test:
stage: build
script:
- echo "Do your build here"
- docker run --rm -w /data -v ${pwd}:/data node:8.11.2-alpine sh -c "yarn && node ./test/app.test.js"
- docker run --rm -it -w /data -v ${pwd}:/data node:8.11.2-alpine sh -c "yarn && npm test"
deploy:
stage: deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment