From 6844c48a3bc0220d823f2b8fad1476e338a34305 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sat, 16 Apr 2022 22:07:19 -0500 Subject: [PATCH] Update ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: