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:
- python --version
- pip install -r requirements.txt
- pip install .
- pip install -r dev_requirements.txt
stages:
@ -25,4 +25,5 @@ pytest:
- wget $TFURL -O terraform_bin.zip
- mkdir tf_bin
- unzip terraform_bin.zip -d tf_bin
- PATH=$PATH:$PWD/tf_bin pytest -v
- PATH=$PATH:$PWD/tf_bin
- pytest -v