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:
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue