From edee28acf07896b8270b0812186242cfd6b13e7d Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 28 May 2019 10:39:24 +0200 Subject: [PATCH] Use lint image for tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b247e386f..088875e5b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ stages: - docker .test: &test - image: esphome/esphome-base-amd64:${BASE_VERSION} + image: esphome/esphome-lint:latest stage: test before_script: - script/setup