diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cea9076..5638a2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,15 @@ -image: alpine:latest +image: node + +before_script: + - cd frontend && yarn install + +cache: + paths: + - frontend/node_modules/ pages: - stage: deploy script: - - echo 'Nothing to do...' + - cd frontend && yarn run generate artifacts: paths: - public