Commit 5b60640d authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

feat: switch score job to package-test stage

parent 9edca585
Loading
Loading
Loading
Loading
+22 −21
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ variables:
stages:
  - test
  - package-build
  - package-test
  - deploy
  - publish
  - production
@@ -518,7 +519,7 @@ stages:
  image:
    name: $HELM_KUBE_SCORE_IMAGE
    entrypoint: [""]
  stage: test
  stage: package-test
  before_script:
    - *helm-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"