diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..3315b57d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,15 @@ +image: node:10.4.1 + +cache: + paths: + - node_modules/ + +stages: + - build + +build: + stage: build + before_script: + - npm install + script: + - node node_modules/.bin/encore production