Update .gitlab-ci.yml

This commit is contained in:
Byron Lathi
2022-03-10 22:27:43 +00:00
parent 5d8c4aab44
commit 254d7b887e

View File

@@ -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