diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1f1e0d2..d62e2f83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -452,23 +452,6 @@ before_script: needs: - "Linux 64 .deb (Debian Buster)" -#-----------------------------------------------------------------------# -# Ubuntu 64 21.10 test # -#-----------------------------------------------------------------------# -"Ubuntu 64 21.10": - image: ubuntu:impish - stage: test - script: - - apt update - - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*amd64.deb - - openrgb --version - - openrgb -l - - apt remove -y openrgb - dependencies: - - "Linux 64 .deb (Debian Bullseye)" - needs: - - "Linux 64 .deb (Debian Bullseye)" - #-----------------------------------------------------------------------# # Ubuntu 64 22.04 test # #-----------------------------------------------------------------------#