change CI image from alpine to stretch

This commit is contained in:
Dan Allen
2019-07-15 18:00:21 -06:00
parent 6510bacb83
commit 415f0f2ce1

View File

@@ -1,4 +1,4 @@
image: node:10.14.2-alpine image: node:10.14.2-stretch
stages: [setup, verify, deploy] stages: [setup, verify, deploy]
install: install:
stage: setup stage: setup