Update .gitlab-ci.yml file

This commit is contained in:
Logan Arias 2023-10-10 23:46:11 +00:00 committed by Logan-A
parent eb44efbc2f
commit 124aca3267

View file

@ -22,7 +22,7 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: build
image: cimg
image: debian
#artifacts:
# paths:
# - "*.bin"