diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cdb2693f46..0ed7094615 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,6 +131,11 @@ test3: script: - esphome tests/test3.yaml compile +test4: + <<: *test + script: + - esphome tests/test3.yaml compile + .deploy-pypi: &deploy-pypi <<: *lint stage: deploy diff --git a/script/test b/script/test index 5e91686aae..a6d99c8f62 100755 --- a/script/test +++ b/script/test @@ -9,3 +9,4 @@ set -x esphome tests/test1.yaml compile esphome tests/test2.yaml compile esphome tests/test3.yaml compile +esphome tests/test4.yaml compile