Files
drip/.gitlab-ci.yml
T
Julia Friesel 1ff3b175d1 Add gitlab CI
2018-05-29 14:57:51 +02:00

13 lines
217 B
YAML

image: jfr3000/docker-nativescript
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
paths:
- node_modules/
test_async:
script:
- npm install
- npm test