diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..6f71964f6d46712f540b96320b3e398cb1e72cae --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +stages: + - test + +test: + image: node:latest + stage: test + script: + - npm install + - npm test + only: + - branches