From efe2696313253bab19a23834d43a5e2449e49438 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Fri, 2 Jul 2021 08:33:53 +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 8b38a92..800f379 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "Installing dependencies" - - apt update && apt install iverilog gcc-8-riscv64-linux-gnu + - apt update && apt install -y iverilog gcc-8-riscv64-linux-gnu - echo "Compiling the code..." - make - echo "Compile complete."