Fixed typo in filename

This commit is contained in:
Ard Kuijpers
2020-02-28 23:53:35 +01:00
parent 171c930ee3
commit bc20a64336

11
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,11 @@
image: python:2.7
stages:
- test
before_script:
- "pip install -U platformio"
job:
stage: test
script: "platformio run"