Commit 4ea29ede by twb

Update .gitlab-ci.yml

parent f094c57c
Pipeline #127 passed with stages
in 11 seconds
...@@ -9,6 +9,8 @@ test: ...@@ -9,6 +9,8 @@ test:
only: only:
- master - master
script: script:
- CI_TEST=test
- echo $CI_TEST
- echo "Do your build here" - echo "Do your build here"
- docker run --rm -w /data -v $PWD:/data node:8.11.2-alpine sh -c "yarn && npm test" - docker run --rm -w /data -v $PWD:/data node:8.11.2-alpine sh -c "yarn && npm test"
...@@ -18,4 +20,3 @@ deploy: ...@@ -18,4 +20,3 @@ deploy:
- master - master
script: script:
- echo "Do your deploy here" - echo "Do your deploy here"
- docker build -t koa-test:1.0 .
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