Commit 10371fb2 authored by Lukas Eipert's avatar Lukas Eipert

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.
parent 31f6c362
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment