Add missing newlines

This commit is contained in:
Tom 2020-06-23 12:02:19 +02:00
parent df7df72e21
commit cec10835b2
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ tests_task:
cpu: 1
memory: 1G
tests_script:
- ./tests.sh
- ./tests.sh

View File

@ -2,4 +2,4 @@ FROM alpine
RUN apk add --update --no-cache bash curl jq
CMD ["sh"]
CMD ["sh"]