Skip to content

Commit 32d89e5

Browse files
authored
fix integ test cleanup (#956)
## Overview * Integ test stacks aren't getting cleaned up. * Fixing issue. ## Testing
1 parent 1615f47 commit 32d89e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ integration-cleanup-stacks:
431431
- curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
432432
- apt-get install -y nodejs
433433
- cd integration-tests
434+
- npm ci
434435
{{ end }}
435436
script:
436437
- echo "Destroying CDK stacks with identifier ${IDENTIFIER}..."

0 commit comments

Comments
 (0)