Skip to content

Commit

Permalink
--pipeline-tag pipeline_iid_${CI_PIPELINE_IID}
Browse files Browse the repository at this point in the history
  • Loading branch information
talebzeghmi committed Oct 14, 2023
1 parent eb3f7bb commit 21c7881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ stages:
bash -c "
set -x &&
cd /home/zservice/metaflow/metaflow/plugins/aip/tests &&
python -m pytest -s -n 3 run_integration_tests.py --image ${IMAGE_REPOSITORY_TAG} --opsgenie-api-token ${OPSGENIE_API_TOKEN} --cov-config=setup.cfg --pipeline-tag ${CI_PIPELINE_IID}
python -m pytest -s -n 3 run_integration_tests.py --image ${IMAGE_REPOSITORY_TAG} --opsgenie-api-token ${OPSGENIE_API_TOKEN} --cov-config=setup.cfg --pipeline-tag pipeline_iid_${CI_PIPELINE_IID}
"
artifacts:
when: always
Expand Down

0 comments on commit 21c7881

Please sign in to comment.