diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..ffc9ede --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: node:10-slim + +frontend_test: + before_script: + - cd priv/frontend + - cp config.example.json config.json + - npm ci + script: + - npm test