From f274590913efc4e26798e439a00001350b3e5886 Mon Sep 17 00:00:00 2001 From: Prem Kumar Date: Sat, 18 Apr 2020 15:04:14 +0530 Subject: [PATCH] ci: use new thanos-ci image to with node.js Signed-off-by: Prem Kumar --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3c5ac2f68f..01aaac9c78d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,9 @@ defaults: &defaults - image: quay.io/thanos/thanos-ci:v0.3.0 jobs: test: - <<: *defaults + docker: + # Build by Thanos make docker-ci; contains node to run tests on React UI + - image: quay.io/thanos/thanos-ci:v0.4.0-node working_directory: /go/src/github.com/thanos-io/thanos environment: GO111MODULE: 'on'