Skip to content

Commit 51c8040

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

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

0 commit comments

Comments
 (0)