[gitlab] manually clone from bats source
This commit is contained in:
parent
a933a4e095
commit
7147c68d1e
1 changed files with 5 additions and 3 deletions
|
|
@ -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 .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue