Skip to content

Commit fe6d2ea

Browse files
committed
CI: Re-add WORKDIR variable, timeouts
1 parent 263d927 commit fe6d2ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,21 @@ jobs:
128128
chmod -R 777 "$WORKDIR"
129129
- run:
130130
name: Run pytests (py36)
131+
no_output_timeout: 30m
132+
environment:
133+
WORKDIR: /home/circleci/work
131134
command: bash /home/circleci/nipype/.circleci/test_py3_pytest.sh
132135
- run:
133136
name: Run pytests (py27)
137+
no_output_timeout: 30m
138+
environment:
139+
WORKDIR: /home/circleci/work
134140
command: bash /home/circleci/nipype/.circleci/test_py2_pytest.sh
135141
- run:
136142
name: Build docs (py36)
143+
no_output_timeout: 30m
144+
environment:
145+
WORKDIR: /home/circleci/work
137146
command: bash /home/circleci/nipype/.circleci/test_py3_docs.sh
138147
- store_artifacts:
139148
path: /home/circleci/work/tests

0 commit comments

Comments
 (0)