diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd01ac43..609b0fb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ bash: script: - shellcheck --shell=bash PKGBUILD dists/build.sh - tests/packer/src/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh + tests/packer/init/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh debian/apparmor.d.postinst debian/apparmor.d.postrm golangci-lint: diff --git a/Makefile b/Makefile index 0c3e107f..e3a0a0b0 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ tests: lint: @shellcheck --shell=bash \ PKGBUILD configure dists/build.sh \ - tests/packer/src/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh \ + tests/packer/init/init.sh tests/packer/src/aa-update tests/packer/init/clean.sh \ debian/${PKGNAME}.postinst debian/${PKGNAME}.postrm clean: