Files
openide/plugins/gitlab/testApi/compose.yml
Chris Lemaire 677f9fca43 [gitlab] Add tests checking Project API with test data
Adds the generic test case class and implementations of
various API calls.

Also adds a configuration to run those tests.

GitOrigin-RevId: 58412ad1c9a33671aa35a78fd43168aaf6e3b85f
2023-10-17 12:31:51 +00:00

10 lines
246 B
YAML

version: "3.9"
services:
gitlab-server:
hostname: localhost
image: gitlab/gitlab-${EDITION}:${VERSION}-${EDITION}.0
shm_size: "256m"
volumes:
- "${DATA_PATH}/data:/var/opt/gitlab"
- "${DATA_PATH}/config:/etc/gitlab"