This commit is contained in:
jem 2021-10-15 16:59:52 +02:00
parent e84ebc2bfb
commit 6048bf41d5

View file

@ -2,7 +2,7 @@ image: "python:3.8"
before_script: before_script:
- python --version - python --version
- pip install -r requirements.txt - pip install .
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
stages: stages:
@ -25,4 +25,5 @@ pytest:
- wget $TFURL -O terraform_bin.zip - wget $TFURL -O terraform_bin.zip
- mkdir tf_bin - mkdir tf_bin
- unzip terraform_bin.zip -d tf_bin - unzip terraform_bin.zip -d tf_bin
- PATH=$PATH:$PWD/tf_bin pytest -v - PATH=$PATH:$PWD/tf_bin
- pytest -v