[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
|
image: alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add git bash
|
- apk add git bash
|
||||||
- git clone https://github.com/bats-core/bats-core.git
|
- git clone https://github.com/bats-core/bats-core.git /bats
|
||||||
- ./bats-core/bin/bats --version
|
- /bats/bin/bats --version
|
||||||
script:
|
script:
|
||||||
- ./bats-core/bin/bats -r .
|
- /bats/bin/bats -r .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue