Commit c87b256d authored by Gaëtan Montury's avatar Gaëtan Montury
Browse files

fix: update gitlab-ci to manage id_tokens to restore acceptance test

parent a713fb87
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -67,6 +67,11 @@ variables:
.test-base:
  image: "registry.hub.docker.com/badouralix/curl-jq"
  stage: package-test
  variables:
    GCP_OIDC_AUD: $CI_SERVER_URL
  id_tokens:
    CI_JOB_JWT_V2:
      aud: "$CI_SERVER_URL"
  services:
    - name: "$DOCKER_SNAPSHOT_IMAGE"
      alias: "gcp-auth-provider"