summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-22 13:42:41 +0300
committerAndrew Dolgov <[email protected]>2023-10-22 13:42:41 +0300
commitdb05575b2dec1084f6ce5bf97ec821b6f26f29fb (patch)
tree6bfeb222a2ad394401a114819f4ccd34f67d1214 /.gitlab-ci.yml
parentce3eb320768e8f960708ca8aab28d304bed33f50 (diff)
add configurable ns
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cee85ba28..dffd8968e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -66,6 +66,7 @@ integration-test:
SELENIUM_GRID_ENDPOINT: http://selenium-hub.selenium-grid.svc.cluster.local:4444/wd/hub
extends: .integration-test
script:
+ - export K8S_NAMESPACE=$(kubectl get pods -o=custom-columns=NS:.metadata.namespace | tail -1)
- python3 tests/integration/selenium_test.py
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH