diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 800f379..12dcf6e 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 -y iverilog gcc-8-riscv64-linux-gnu + - apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu - echo "Compiling the code..." - make - echo "Compile complete."