Skip to content

Commit 2f9525a

Browse files
committed
Fix test error.
1 parent 65ec2ad commit 2f9525a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ jobs:
257257
-e FMRIPREP_REGRESSION_SOURCE=/tmp/data/fmriprep_bold_truncated \
258258
-e FMRIPREP_REGRESSION_TARGETS=/tmp/data/fmriprep_bold_mask \
259259
--entrypoint="py.test" poldracklab/fmriprep:latest \
260-
/root/src/fmriprep/ --doctest-modules --ignore=docs --ignore=setup.py
260+
/root/src/fmriprep/ \
261+
--doctest-modules --ignore=/root/src/fmriprep/docs --ignore=setup.py
261262
- run:
262263
name: Test fmriprep-wrapper (Python 2)
263264
command: |

0 commit comments

Comments
 (0)