[gitlab] clone bats into static directory

This commit is contained in:
Marty Oehme 2019-07-27 13:29:09 +02:00
parent 7147c68d1e
commit 8eccd8ce8e

View file

@ -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 .