diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c61561..410815d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,8 +22,12 @@ cache: paths: - node_modules/ -test:6: - image: node:6-alpine +test:8: + image: node:8-alpine + script: yarn run test + +test:9: + image: node:9-alpine script: yarn run test test:latest: