Commit 8096f739 by twb

Update .gitlab-ci.yml

parent c6568518
Pipeline #82 failed with stages
in 2 seconds
......@@ -17,7 +17,7 @@ test:
stage: build
script:
- echo "Do your build here"
- docker run --rm -it -w /data -v ${pwd}:/data node:8.11.2-alpine sh -c "yarn && node ./test/app.test.js"
- docker run --rm -w /data -v ${pwd}:/data node:8.11.2-alpine sh -c "yarn && node ./test/app.test.js"
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