[gitlab] Use entrypoint instead of invoking bats
This commit is contained in:
parent
09308352e6
commit
a933a4e095
1 changed files with 2 additions and 2 deletions
|
|
@ -29,6 +29,6 @@ test:
|
||||||
stage: test
|
stage: test
|
||||||
image: bats/bats:latest
|
image: bats/bats:latest
|
||||||
before_script:
|
before_script:
|
||||||
- /usr/sbin/bats --version
|
- --version
|
||||||
script:
|
script:
|
||||||
- bats -r .
|
- -r .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue