diff --git a/.circleci/config.yml b/.circleci/config.yml index 93aec1a..a44d6ad 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,5 +6,5 @@ jobs: steps: - checkout - setup_remote_docker - - run: docker build -f ./docker/Dockerfile.testing -v `pwd`/.git:/go/src/github.com/dominicbreuker/pspy/.git -t local/pspy-testing:latest . - - run: docker run -it local/pspy-testing:latest + - run: docker build -f ./docker/Dockerfile.testing -t local/pspy-testing:latest . + - run: docker run -it -v `pwd`/.git:/go/src/github.com/dominicbreuker/pspy/.git local/pspy-testing:latest