diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0c9a56..97d3c48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,8 @@ -image: node:latest +image: node:6.11.1 pages: script: - - npm cache clean --force - npm install - npm install gulp -g - gulp build --cwd ./themes/starter