[gitlab] clone bats into static directory
This commit is contained in:
parent
7147c68d1e
commit
8eccd8ce8e
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ test:
|
|||
image: alpine
|
||||
before_script:
|
||||
- apk add git bash
|
||||
- git clone https://github.com/bats-core/bats-core.git
|
||||
- ./bats-core/bin/bats --version
|
||||
- git clone https://github.com/bats-core/bats-core.git /bats
|
||||
- /bats/bin/bats --version
|
||||
script:
|
||||
- ./bats-core/bin/bats -r .
|
||||
- /bats/bin/bats -r .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue