diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..1d69771a15a611c97d76c52f1139a35ede80c6ad --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +image: node:latest +build: + stage: build + script: + - npm start + +test: + stage: test + script: + - npm test