diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..91e97d2c1c8612b97a50623672644f2e18be6877 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +image: node:10-alpine +test: + script: + - npm install + - npm test + tags: + - docker + coverage: '/All\s+files\s+[|]\s+([\d.]+)/' \ No newline at end of file