From 254d7b887e01b295051edab83644d1bde9956527 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Thu, 10 Mar 2022 22:27:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed8a5dd..4998610 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ default: build-sw: stage: build - image: bslathi19/cc65-pipeline + image: a2geek/cc65-pipeline script: - cd sw/ - make @@ -33,7 +33,7 @@ test_bb_spi: test-sw: stage: test - image: bslathi19/cc65-pipeline + image: a2geek/cc65-pipeline script: - cd sw/ - make test