Added a Gitlab CI pipeline
This commit is contained in:
parent
e0619e10ec
commit
c8d7459327
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
image: docker
|
||||||
|
services:
|
||||||
|
- docker:dind
|
||||||
|
test:
|
||||||
|
before_script:
|
||||||
|
- apk add --no-cache docker-compose
|
||||||
|
script:
|
||||||
|
- docker-compose config -q
|
||||||
|
...
|
Loading…
Reference in a new issue