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: build-sw:
stage: build stage: build
image: bslathi19/cc65-pipeline image: a2geek/cc65-pipeline
script: script:
- cd sw/ - cd sw/
- make - make
@@ -33,7 +33,7 @@ test_bb_spi:
test-sw: test-sw:
stage: test stage: test
image: bslathi19/cc65-pipeline image: a2geek/cc65-pipeline
script: script:
- cd sw/ - cd sw/
- make test - make test