diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 960dd288..a93767d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ bash: script: - shellcheck --shell=bash PKGBUILD dists/build.sh dists/docker.sh tests/check.sh - tests/packer/init/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh + tests/packer/init.sh tests/packer/src/aa-update tests/packer/clean.sh golangci-lint: stage: lint diff --git a/Makefile b/Makefile index 911bd402..7de055c9 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ lint: @make --directory=tests lint @shellcheck --shell=bash \ PKGBUILD dists/build.sh dists/docker.sh tests/check.sh \ - tests/packer/init/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh \ + tests/packer/init.sh tests/packer/src/aa-update tests/packer/clean.sh \ debian/${PKGNAME}.postinst debian/${PKGNAME}.postrm .PHONY: check