mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
Use lint image for tests
This commit is contained in:
parent
a23ebead68
commit
127efe9a52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue