Update .gitlab-ci.yml file

try running the makefile with nothing
This commit is contained in:
Logan Arias 2023-10-10 23:54:46 +00:00 committed by Logan-A
parent 124aca3267
commit 9f8bc21253

View file

@ -28,8 +28,9 @@ build-job: # This job runs in the build stage, which runs first.
# - "*.bin"
script:
- "ls"
- "pwd"
- "apt update"
- "apt-get install --no-install-recommends --yes make"
- "make --directory=src"