Skip to content

Commit 8efc5eb

Browse files
committed
fixing command
1 parent a30d715 commit 8efc5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fsl_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
docker pull $DOCKER_IMAGE
1616
# Have image running in background
17-
docker run `bash <(curl -s https://codecov.io/env)` -itd fsl_cont -v `pwd`:/pydra_fsl -e $DOCKER_IMAGE
17+
docker run `bash <(curl -s https://codecov.io/env)` -itd --name fsl_cont -v `pwd`:/pydra_fsl -e $DOCKER_IMAGE
1818
- name: Run pytest
19-
run: docker exec slurm bash -c "pytest --color=yes -vs /pydra_fsl/pydra/tasks/fsl"
19+
run: docker exec fsl_cont bash -c "pytest --color=yes -vs /pydra_fsl/pydra/tasks/fsl"
2020

0 commit comments

Comments
 (0)