Use absolute path
This commit is contained in:
parent
e8d74f65d3
commit
943e02cdcd
1 changed files with 3 additions and 1 deletions
|
|
@ -78,7 +78,9 @@ test-e2e:
|
|||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
script:
|
||||
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
|
||||
- pwd
|
||||
- cd peerplays-utils/peerplays-qa-environment
|
||||
- pwd
|
||||
- cd e2e-tests/
|
||||
- python3 -m venv venv
|
||||
- source venv/bin/activate
|
||||
|
|
@ -90,7 +92,7 @@ test-e2e:
|
|||
- docker ps -a
|
||||
- python3 -m pytest test_btc_init_state.py test_hive_inital_state.py
|
||||
- docker pull $IMAGE
|
||||
- docker run -d -v peerplays-utils/peerplays-qa-environment/peerplays/config.ini:/home/peerplays/peerplays-network/witness_node_data_dir/config.ini -v peerplays-utils/peerplays-qa-environment/peerplays/genesis.json:/home/peerplays/peerplays-network/genensis.json -v peerplays-utils/peerplays-qa-environment/peerplays/init_network.sh:/home/peerplays/peerplays-network/init_network.sh $IMAGE
|
||||
- docker run -d -v /peerplays-utils/peerplays-qa-environment/peerplays/config.ini:/home/peerplays/peerplays-network/witness_node_data_dir/config.ini -v /peerplays-utils/peerplays-qa-environment/peerplays/genesis.json:/home/peerplays/peerplays-network/genensis.json -v /peerplays-utils/peerplays-qa-environment/peerplays/init_network.sh:/home/peerplays/peerplays-network/init_network.sh $IMAGE
|
||||
- docker ps -a
|
||||
- python3 -m pytest test_pp_inital_state.py
|
||||
- ./main.py --stop
|
||||
|
|
|
|||
Loading…
Reference in a new issue