Skip to content
Snippets Groups Projects
Commit 05e36a9f authored by nimrod's avatar nimrod
Browse files

- Have the Docker container run for the duration of the test.

parent 5ae712fe
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ install:
- pip install pre_commit ansible | cat
before_script:
- docker run --name $(echo $DOCKER | sed 's/:/_/g') $DOCKER
- docker run --detach --name $(echo $DOCKER | sed 's/:/_/g') $DOCKER tail -f /.dockerenv
script:
- pre-commit run --all-files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment