Skip to content

Commit

Permalink
Fixed docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
glatard committed Sep 1, 2017
1 parent 7f86b4b commit 4f50096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:

test:
override:
- docker run --rm=false -v /var/run/docker.sock:/var/run/docker.sock -v $PWD:$PWD -w $PWD simtool ./test
- docker run --privileged --rm=false -v /var/run/docker.sock:/var/run/docker.sock -v $PWD:$PWD -w $PWD simtool ./test

0 comments on commit 4f50096

Please sign in to comment.