diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4213a4b..3a766bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ test-sw: stage: test image: a2geek/cc65-pipeline script: - - cd sw/ + - cd sw/kernel - make test test_mm: