Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,9 @@ stages: test: stage: test image: debian:bookworm image: name: debian:bookworm pull_policy: if-not-present # available: always, if-not-present, never script: - apt update - apt install -y wget apt-transport-https gnupg Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,9 @@ stages: test: stage: test image: debian:bookworm image: name: debian:bookworm pull_policy: if-not-present # available: always, if-not-present, never script: - apt update - apt install -y wget apt-transport-https gnupg Loading