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 @@
test: image: docker:dind
stage: test stage: test
image: docker:latest
services:
- docker:dind - docker:dind
before_script: before_script:
- apt-get install -y make - apk add make
- docker info
test:
script: script:
- make lint - make lint
- make test - make test