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