mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
use mainline docker image instead of deprecated docker/compose
This commit is contained in:
parent
c697df24e1
commit
d089b18a98
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ test:
|
|||
# Start E2E environment
|
||||
e2e-environment:
|
||||
stage: e2e-setup
|
||||
image: docker/compose:latest
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue