Skip to content

Commit c74cd68

Browse files
committed
CI: Mount test data into container
1 parent e12226f commit c74cd68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ jobs:
246246
no_output_timeout: 2h
247247
command: |
248248
docker run -ti --rm=false \
249+
-v /tmp/data:/tmp/data \
250+
-e FMRIPREP_REGRESSION_SOURCE=/tmp/data/fmriprep_bold_truncated \
251+
-e FMRIPREP_REGRESSION_TARGET=/tmp/data/fmriprep_bold_mask \
249252
--entrypoint="py.test" poldracklab/fmriprep:latest \
250253
/root/src/fmriprep/ --doctest-modules --ignore=docs --ignore=setup.py
251254
- run:

0 commit comments

Comments
 (0)