From e370d6835a9e538799c497dc788daf18566d0944 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 9 Sep 2021 07:17:04 +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 fe777e1..a89759d 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 make iverilog yosys verilator gtkwave + - apt update && apt install -y make iverilog yosys verilator gtkwave arachne-pnr - echo "Running unit tests..." - make - make sim