Skip to content

Commit d9016f6

Browse files
committed
fix paths
1 parent 7c9ea8d commit d9016f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
command: |
204204
docker run -ti --rm=false \
205205
--entrypoint="/usr/local/miniconda/bin/py.test" \
206-
poldracklab/fmriprep:latest . \
206+
poldracklab/fmriprep:latest /root/src/fmriprep/ \
207207
--doctest-modules --ignore=docs --ignore=setup.py
208208
- run:
209209
name: Test fmriprep-wrapper (Python 2)
@@ -268,7 +268,7 @@ jobs:
268268
docker run -ti --rm=false -v $PWD:/_build_html \
269269
--entrypoint=sphinx-build poldracklab/fmriprep:latest \
270270
-T -E -b html -d _build/doctrees-readthedocs -W -D \
271-
language=en docs/ /_build_html 2>&1 \
271+
language=en /root/src/fmriprep/docs/ /_build_html 2>&1 \
272272
| tee $PWD/builddocs.log
273273
cat $PWD/builddocs.log
274274
grep -qv "ERROR" $PWD/builddocs.log

0 commit comments

Comments
 (0)