Commit 149d7cf9 authored by Hiro's avatar Hiro 🏄
Browse files

Use pull policy

parent 1dfee6e6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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