quasselcore/.gitlab-ci.yml

10 lines
155 B
YAML
Raw Normal View History

2021-09-28 07:43:48 +02:00
---
image: docker
services:
- docker:dind
test:
before_script:
- apk add --no-cache docker-compose
script:
- docker-compose config -q
...