From 30add0c3065306d4098ae3d3742013a6adb82343 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Tue, 16 Jan 2024 10:03:32 +0100 Subject: [PATCH] Fix test image --- tests/integration.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration.gitlab-ci.yml b/tests/integration.gitlab-ci.yml index f8e23a4..1301465 100644 --- a/tests/integration.gitlab-ci.yml +++ b/tests/integration.gitlab-ci.yml @@ -1,6 +1,7 @@ component: stage: test-integration variables: + OPENTOFU_VERSION: $LATEST_OPENTOFU_VERSION TF_STATE_NAME: ci-integration-$CI_PIPELINE_IID-$CI_NODE_INDEX TF_ROOT: tests/terraform trigger: -- GitLab