We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f36a11 commit 9763e62Copy full SHA for 9763e62
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
if [ ${BUILD_TYPE} == "docker" ]; then
24
CI_ENV=`bash <(curl -s https://codecov.io/env)`
25
docker pull ${DOCKER_IMAGE} # pull latest release
26
- docker run $CI_ENV -itd --name fmriprep --entrypoint=/bin/bash -v `pwd`:/opt/nt ${DOCKER_IMAGE}
+ docker run $CI_ENV -itd --name fmriprep --entrypoint=/bin/bash -v `pwd`:/opt/nt -w /opt/nt ${DOCKER_IMAGE}
27
fi
28
29
install:
0 commit comments