image: gcc stages: - build build: stage: build script: - gcc main.c -o pendu artifacts: paths: - pendu