Skip to content
Snippets Groups Projects
Commit 774c7465 authored by Dan Gitschooldude's avatar Dan Gitschooldude
Browse files

Update .gitlab-ci.yml

The ubuntu image doesn't know what 'make' is? (Job Bluth) COME-ON!  Surely the gcc image knows...
parent efeaa920
No related branches found
No related tags found
No related merge requests found
Pipeline #64251572 passed
......@@ -3,7 +3,7 @@ stages:
- Run
Build code:
image: ubuntu
image: gcc
stage: Build
script:
- make
......@@ -12,13 +12,13 @@ Build code:
- hello
Nominal Run:
image: ubuntu
image: gcc
stage: Run
script:
- ./hello
Cmd-line Run:
image: ubuntu
image: gcc
stage: Run
script:
- ./hello Dan Gitschooldude
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment