From d9eae0984cd547e078734f1e69dda8b4484eef9f Mon Sep 17 00:00:00 2001
From: Alex Maras <dev@alexmaras.com>
Date: Thu, 17 Apr 2025 09:42:43 +0800
Subject: [PATCH] Revert "test: validate testing by removing extra_artifacts
 input"

This reverts commit 7c9207278083249635d5d2387c24cebecd32c72e.
---
 tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
index 0d6b04a..4161703 100644
--- a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
+++ b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml
@@ -10,6 +10,8 @@ include:
       opentofu_version: $OPENTOFU_VERSION
       root_dir: $TEST_GITLAB_TOFU_ROOT_DIR
       state_name: $TEST_GITLAB_TOFU_STATE_NAME
+      extra_artifacts:
+        - $ARTIFACT_FILE_NAME
 
   # For CI Terraform state cleanup
   - component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/delete-state@$CI_COMMIT_SHA
-- 
GitLab