diff --git a/.drone.yml b/.drone.yml index ae536ac2c72c916da7c18e1a185038a7d9fea146..5ecc78490cde07078a0091b495c8f0b481a93901 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,11 +24,10 @@ steps: - name: smoke_test image: python:3.8 commands: - - apt-get update - - apt-get install -y cmake build-essential gcc - pip3 install psutil - pip3 install guppy3 - pip3 install src/connector/python/linux/python3/ + - mkdir sim/tsim - cd tests - ./test-all.sh smoke when: