diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a9155c..f9b1f23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 .