diff --git a/.ci/Dockerfile b/.ci/Dockerfile index 127e433..9620cb7 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -3,4 +3,4 @@ FROM python:${PYTHON_VERSION} WORKDIR /code/eland COPY . . -RUN pip install -r requirements-dev.txt \ No newline at end of file +RUN pip install -r requirements-dev.txt diff --git a/.ci/run-tests b/.ci/run-tests index 6834a45..eb8c8f4 100755 --- a/.ci/run-tests +++ b/.ci/run-tests @@ -68,4 +68,5 @@ docker run \ --name eland-test-runner \ --rm \ elastic/eland \ - ./run_build.sh \ No newline at end of file + ./run_build.sh + \ No newline at end of file