Update .gitlab-ci.yml file

This commit is contained in:
Brendan Haines 2021-09-09 07:14:12 +00:00
parent 56303edd97
commit b66a624308

View File

@ -10,3 +10,4 @@ testbench: # This job runs in the test stage.
- apt update && apt install -y iverilog yosys verilator gtkwave - apt update && apt install -y iverilog yosys verilator gtkwave
- echo "Running unit tests..." - echo "Running unit tests..."
- make - make
- make sim