diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc88a55..4678010 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,4 +25,4 @@ yaml: - pip install "PyYAML" script: - cd "${CI_PROJECT_DIR}" - - python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader) \ No newline at end of file + - python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)" \ No newline at end of file