another ci attempt
This commit is contained in:
parent
6241aeb5b5
commit
dcf74c7831
|
@ -1,11 +1,12 @@
|
|||
test:
|
||||
image: docker:dind
|
||||
|
||||
stage: test
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
|
||||
before_script:
|
||||
- apt-get install -y make
|
||||
- docker info
|
||||
- apk add make
|
||||
|
||||
test:
|
||||
script:
|
||||
- make lint
|
||||
- make test
|
||||
|
|
Loading…
Reference in New Issue