Skip to content

Commit aac7d54

Browse files
committed
fix(circleci): remove unnecessary boilerplate for tests
1 parent 0a82a7a commit aac7d54

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
@@ -216,10 +216,8 @@ jobs:
216216
name: Run fMRIPrep tests
217217
no_output_timeout: 2h
218218
command: |
219-
mkdir /tmp/data/reports && \
220219
docker run -ti --rm=false \
221-
-v /tmp/data:/tmp/data \
222-
--entrypoint="py.test" poldracklab/fmriprep:latest \
220+
--entrypoint="pytest" poldracklab/fmriprep:latest \
223221
/src/fmriprep/fmriprep -svx --doctest-modules
224222
225223
- run:

0 commit comments

Comments
 (0)