fix ci
This commit is contained in:
parent
e84ebc2bfb
commit
6048bf41d5
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue