Commit 89edd9fa authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

k8s-configuration: add namespace creation before k8s tests

parent c817edc3
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -89,7 +89,12 @@ test:csp-lmc-mid:
  stage: test
  script:
    - cd $BUILD_PATH  
    - export KUBE_NAMESPACE="ci-$CI_COMMIT_SHORT_SHA"
    - make k8s_test
  after_script:
    - export KUBE_NAMESPACE="ci-$CI_COMMIT_SHORT_SHA"
    - make delete
    - make delete_namespace

# linting stage
.linting: