more ci testing

This commit is contained in:
Lance Vick 2020-11-19 20:02:49 -08:00
parent 7fc4850b97
commit 6241aeb5b5
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 7 additions and 9 deletions

View File

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