Skip to content

Commit d85453f

Browse files
committed
CI: Re-add WORKDIR variable
1 parent 263d927 commit d85453f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,18 @@ jobs:
128128
chmod -R 777 "$WORKDIR"
129129
- run:
130130
name: Run pytests (py36)
131+
environment:
132+
WORKDIR: /home/circleci/work
131133
command: bash /home/circleci/nipype/.circleci/test_py3_pytest.sh
132134
- run:
133135
name: Run pytests (py27)
136+
environment:
137+
WORKDIR: /home/circleci/work
134138
command: bash /home/circleci/nipype/.circleci/test_py2_pytest.sh
135139
- run:
136140
name: Build docs (py36)
141+
environment:
142+
WORKDIR: /home/circleci/work
137143
command: bash /home/circleci/nipype/.circleci/test_py3_docs.sh
138144
- store_artifacts:
139145
path: /home/circleci/work/tests

0 commit comments

Comments
 (0)