Skip to content

Commit

Permalink
add mtls artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahzimmerman-caci committed Jan 17, 2025
1 parent 82273ba commit 23f569d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,10 @@ integration_test_mtls:
- dockerize -wait http://milmovelocal:4000 -timeout 5m
- echo "Running E2E mTLS tests"
- ./scripts/run-e2e-mtls-test
artifacts:
paths:
- test-results/
when: always
allow_failure: true
after_script:
- *announce_failure
Expand Down

0 comments on commit 23f569d

Please sign in to comment.