Skip to content
Snippets Groups Projects
Commit d373a388 authored by Julien Leduc's avatar Julien Leduc
Browse files

export is needed to avoid failing gitlab CI

parent de12d580
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,8 @@ ctageneric_docker_rename:
archiveretrieve:
stage: test
script:
- namespace="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)"
- cd continuousintegration/orchestration/; ./run_systemtest.sh -n ${namespace} -p ${CI_PIPELINE_ID} -s tests/systest.sh
- export NAMESPACE="archiveretrieve-${CTA_BUILD_ID}-$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 4 | head -n 1)"
- cd continuousintegration/orchestration/; ./run_systemtest.sh -n ${NAMESPACE} -p ${CI_PIPELINE_ID} -s tests/systest.sh
artifacts:
paths:
- pod_logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment