diff --git a/.gitlab/templates/pipeline.yaml.tpl b/.gitlab/templates/pipeline.yaml.tpl index 2b3f9f971..363bdbfc3 100644 --- a/.gitlab/templates/pipeline.yaml.tpl +++ b/.gitlab/templates/pipeline.yaml.tpl @@ -431,6 +431,7 @@ integration-cleanup-stacks: - curl -fsSL https://deb.nodesource.com/setup_20.x | bash - - apt-get install -y nodejs - cd integration-tests + - npm ci {{ end }} script: - echo "Destroying CDK stacks with identifier ${IDENTIFIER}..."