Skip to content

Commit

Permalink
change Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Romeu committed Nov 16, 2019
1 parent 378d228 commit 0ef76a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test-e2e-pg10:
docker:
- image: circleci/node:10.15.1-jessie-browsers
- image: carto/windshaft-cartovl-testing-pg10
- image: carto/windshaft-cartovl-testing
working_directory: ~/repo
steps:
- checkout
Expand All @@ -27,7 +27,7 @@ jobs:
test-e2e-pg11:
docker:
- image: circleci/node:10.15.1-jessie-browsers
- image: carto/windshaft-cartovl-testing-pg11
- image: carto/windshaft-cartovl-testing
working_directory: ~/repo
steps:
- checkout
Expand Down

0 comments on commit 0ef76a6

Please sign in to comment.