Skip to content

Commit

Permalink
[#54920] .ci.yml: Added running tuttest in a clear environment
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Feb 21, 2024
1 parent 5efb6e3 commit 1382854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1382854

Please sign in to comment.