image: ubuntu stages: - install - build install-job: stage: install script: - echo "Installing dependencies..." - apt update && apt install -y make iverilog gcc-8-riscv64-linux-gnu testbench: stage: build script: - make -C testbench