Update .gitlab-ci.yml

This commit is contained in:
Brendan Haines 2022-11-19 21:23:07 -07:00
parent 249cf34339
commit c6b68bb555

View File

@ -7,6 +7,6 @@ testbench:
stage: simulate
script:
- echo "Installing dependencies..."
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
- apt update && apt install -y make iverilog gcc-10-riscv64-linux-gnu
- echo "Running tests..."
- make -C tests