Use debian based node images for qa tests

The alpine images do not contain a full build toolchain, so if the
pre-compiled node-sass bindings cannot be downloaded, they will error
and break master. By switching to the debian based images, we are able
to compile in case the downloads are not available.
This commit is contained in:
Lukas Eipert 2019-07-22 19:05:17 +02:00
parent 31f6c362e7
commit 10371fb25a
No known key found for this signature in database
GPG Key ID: 148BEA37CB35B2AC
1 changed files with 3 additions and 3 deletions

View File

@ -210,15 +210,15 @@ qa:selectors:
qa-frontend-node:8:
<<: *qa-frontend-node
image: node:8-alpine
image: node:carbon
qa-frontend-node:10:
<<: *qa-frontend-node
image: node:10-alpine
image: node:dubnium
qa-frontend-node:latest:
<<: *qa-frontend-node
image: node:alpine
image: node:latest
allow_failure: true
lint:javascript:report: