[gitlab] manually clone from bats source

This commit is contained in:
Marty Oehme 2019-07-27 13:24:36 +02:00
parent a933a4e095
commit 7147c68d1e

View file

@ -27,8 +27,10 @@ lint:
test: test:
stage: test stage: test
image: bats/bats:latest image: alpine
before_script: before_script:
- --version - apk add git bash
- git clone https://github.com/bats-core/bats-core.git
- ./bats-core/bin/bats --version
script: script:
- -r . - ./bats-core/bin/bats -r .