[gitlab] Remove unit testing CI for now

This commit is contained in:
Marty Oehme 2019-07-24 11:37:59 +02:00
parent 8d19ff9ffd
commit dd62216327

View file

@ -24,11 +24,3 @@ lint:
- find . -type f -name '*.sh' | xargs shfmt -d -i 2
- echo "--------- CHECKING ZSH SHELLSCRIPTS -------------"
- find . -type f -name '*.zsh' | xargs shfmt -d -i 2
test:
stage: test
image: bats/bats:latest
before_script:
- bats --version
script:
- bats -r .