diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9926e75..8ed2adf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,10 +29,10 @@ pylint: - pylint -d C0301 python_terraform/*.py -test-0.13.4: +test-0.13.7: stage: test script: - - export TFVER=0.13.4 + - export TFVER=0.13.7 - export TFURL=https://releases.hashicorp.com/terraform/ - TFURL+=$TFVER - TFURL+="/terraform_" @@ -44,10 +44,10 @@ test-0.13.4: - PATH=$PATH:$PWD/tf_bin - pytest -v -test-0.13.7: +test-1.0.8: stage: test script: - - export TFVER=0.13.7 + - export TFVER=1.0.8 - export TFURL=https://releases.hashicorp.com/terraform/ - TFURL+=$TFVER - TFURL+="/terraform_" @@ -59,10 +59,10 @@ test-0.13.7: - PATH=$PATH:$PWD/tf_bin - pytest -v -test-1.0.8: +test-1.1.3: stage: test script: - - export TFVER=1.0.8 + - export TFVER=1.1.3 - export TFURL=https://releases.hashicorp.com/terraform/ - TFURL+=$TFVER - TFURL+="/terraform_"