update .gitlab-ci.yml

This commit is contained in:
Brendan Haines 2022-01-27 21:47:20 -07:00
parent 12e3078c2a
commit 0fea83e14c

View File

@ -8,5 +8,5 @@ testbench:
script: script:
- echo "Installing dependencies..." - echo "Installing dependencies..."
- apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu - apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu
- echo "Running testbenches..." - echo "Running tests..."
- make -C tests - make -C tests