Skip to content
Snippets Groups Projects
Commit d39bcae0 authored by bikerdanny's avatar bikerdanny
Browse files

Removed '-it' from docker command

parent 7c741731
No related branches found
No related tags found
No related merge requests found
...@@ -27,5 +27,5 @@ build_linkchecker: ...@@ -27,5 +27,5 @@ build_linkchecker:
test_linter: test_linter:
stage: test stage: test
script: script:
- docker run -it --rm ${LINTER_IMAGE} /src/doc.zih.tu-dresden.de - docker run --rm ${LINTER_IMAGE} /src/doc.zih.tu-dresden.de
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment