From 8855bedaf23dc6d3bf5d7c5e8d1dfff5253072e5 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sat, 5 Mar 2022 19:11:34 -0600 Subject: [PATCH] Change to directory before running quartus --- hw/fpga/.gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/fpga/.gitlab-ci.yml b/hw/fpga/.gitlab-ci.yml index 53da92a..b028401 100644 --- a/hw/fpga/.gitlab-ci.yml +++ b/hw/fpga/.gitlab-ci.yml @@ -5,5 +5,7 @@ default: build1: stage: build - script: quartus_map super6502 -c super6502 + script: + - cd hw/fpga/ + - quartus_map super6502 -c super6502