Update .gitlab-ci.yml file

This commit is contained in:
Brendan Haines 2021-09-09 07:17:04 +00:00
parent 26b988e969
commit e370d6835a

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 make iverilog yosys verilator gtkwave
- apt update && apt install -y make iverilog yosys verilator gtkwave arachne-pnr
- echo "Running unit tests..."
- make
- make sim