diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e310391..cc4c81e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ build:package: stage: compile image: registry.higherlearning.eu/personal/homelab/docker/arch-pkg-build script: - - sudo -u builduser 'bash -c /usr/bin/makepkg -s' \ No newline at end of file + - makepkg -s \ No newline at end of file