1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Use lint image for tests

This commit is contained in:
Otto Winter
2019-05-28 10:39:24 +02:00
parent a23ebead68
commit 127efe9a52

View File

@@ -20,7 +20,7 @@ stages:
- docker - docker
.test: &test .test: &test
image: esphome/esphome-base-amd64:${BASE_VERSION} image: esphome/esphome-lint:latest
stage: test stage: test
before_script: before_script:
- script/setup - script/setup