diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8614ab4..1d4df2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,7 @@ Lint: - shellcheck ./system/.bashrc - shellcheck ./system/.env - shellcheck ./system/.config/custom/keyleds - - shellcheck ./system/.xinitrc - - shellcheck ./system/.xprofile - - shellcheck ./system/.xsetup + - shellcheck ./system/.config/X11/xinitrc + - shellcheck ./system/.config/X11/xsetup - shellcheck ./install.sh - shellcheck ./post-install.sh