From 138285424b6238f7be888115fda93dcfab25d105 Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Wed, 21 Feb 2024 11:21:55 +0100 Subject: [PATCH] [#54920] .ci.yml: Added running tuttest in a clear environment Signed-off-by: Grzegorz Latosinski --- .ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci.yml b/.ci.yml index 3f5eef1..e7612f6 100644 --- a/.ci.yml +++ b/.ci.yml @@ -134,7 +134,9 @@ unit-tests: tuttest: <<: *ace <<: *common_only + image: debian:bullseye stage: tests script: - - apt update -y && apt install -y sudo + - DEBIAN_FRONTEND=noninteractive apt update -qqy && apt-get install -y sudo python3 python3-pip git colorized-logs + - pip3 install git+https://github.com/antmicro/tuttest.git - ./scripts/test_readme.sh