Skip to content

Commit 3829dc3

Browse files
authored
Update config.yml
1 parent 51c8040 commit 3829dc3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ jobs:
201201
name: Run fMRIPrep tests
202202
no_output_timeout: 2h
203203
command: |
204-
py.test /home/circleci/src/fmriprep \
205-
--doctest-modules --ignore=docs --ignore=setup.py
204+
docker run -ti --rm=false \
205+
--entrypoint="py.test" poldracklab/fmriprep:latest \
206+
/root/src/fmriprep/ --doctest-modules --ignore=docs --ignore=setup.py
206207
- run:
207208
name: Test fmriprep-wrapper (Python 2)
208209
command: |

0 commit comments

Comments
 (0)