diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef1319e..a18e246 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,10 @@ +image: node:6.10.0 + +cache: + paths: + - node_modules/ + - .yarn + stages: - prep - build