Update .gitlab-ci.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user