Skip to content
Snippets Groups Projects
Verified Commit 9461c9cf authored by David Hoese's avatar David Hoese
Browse files

Use gcc image for building C program

parent a343e1db
No related branches found
No related tags found
No related merge requests found
Pipeline #11531 failed
......@@ -34,7 +34,7 @@ build_hello_world:
stage: Build
tags:
- ssec_shared
# image: gcc:9
image: gcc:9
script:
- gcc -o hello src/hello_world.c
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment