diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f6d3c924b329449eff08d6e6dca0acdf8e7d672..9d78c089cdfb0675a8596c07e9bb559d31aee261 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ -image: node:8 +image: node:8-jessie stages: - lint