another ci attempt

This commit is contained in:
Lance Vick 2020-11-19 22:47:57 -08:00
parent 6241aeb5b5
commit dcf74c7831
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,12 @@
image: docker:dind
stage: test
- docker:dind
before_script:
- apk add make
test:
stage: test
image: docker:latest
services:
- docker:dind
before_script:
- apt-get install -y make
- docker info
script:
- make lint
- make test