Skip to content

Commit 7bb2f56

Browse files
committed
try to run dockerized test suite on circle ci
1 parent eaceb2b commit 7bb2f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ jobs:
55
- image: docker:18.06.0-ce
66
steps:
77
- checkout
8-
- setup_remote_docker
98
- run:
109
name: Install Docker Compose
1110
command: |
@@ -14,6 +13,7 @@ jobs:
1413
curl
1514
curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
1615
chmod +x /usr/local/bin/docker-compose
16+
- setup_remote_docker
1717
- run:
1818
name: Run tests
1919
command: |

0 commit comments

Comments
 (0)