Skip to content

Commit

Permalink
ci: re-enable some ci jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Feb 25, 2024
1 parent 95b3720 commit ad31958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -115,14 +115,14 @@ archlinux:
- pacman -Syu --noconfirm --noprogressbar which grep make python-pip pass
dbus gnome-keyring file pandoc python-setuptools

.ubuntu:
ubuntu:
image: ubuntu:24.04
extends: .distribution
before_script:
- apt-get update -q && apt-get install -y make gpg pass python3-pip grep wget
dbus gnome-keyring pandoc

.debian:
debian:
image: debian
extends: .distribution
before_script:
Expand Down

0 comments on commit ad31958

Please sign in to comment.