diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d466c0ae5..564d6c572 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ tests: archlinux: stage: build - image: registry.gitlab.com/archlex/package/builders/archlinux + image: registry.gitlab.com/roddhjav/builders/archlinux script: - sudo pacman -Syu --noconfirm --noprogressbar lsb-release - makepkg -s --noconfirm --noprogressbar @@ -74,7 +74,7 @@ archlinux: debian: stage: build - image: registry.gitlab.com/archlex/package/builders/debian + image: registry.gitlab.com/roddhjav/builders/debian script: - git config --global --add safe.directory $CI_PROJECT_DIR - VERSION="0.$(git rev-list --count HEAD)-1"