From 26b988e96986045234999a8944c3393e3713345f Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 9 Sep 2021 07:15:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4855249..fe777e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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