Update .gitlab-ci.yml file

This commit is contained in:
Brendan Haines 2021-09-09 07:15:18 +00:00
parent b66a624308
commit 26b988e969

View File

@ -7,7 +7,7 @@ testbench: # This job runs in the test stage.
stage: test # It only starts when the job in the build stage completes successfully.
script:
- echo "Installing dependencies..."
- apt update && apt install -y iverilog yosys verilator gtkwave
- apt update && apt install -y make iverilog yosys verilator gtkwave
- echo "Running unit tests..."
- make
- make sim