Skip to content
Snippets Groups Projects
Unverified Commit 10371fb2 authored by Lukas Eipert's avatar Lukas Eipert
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment