Newer
Older
default:
image: gcc:latest
stages:
- build
- test
- final
compile-job:
stage: build
script:
- echo "Compiling the project..."
default:
image: gcc:latest
stages:
- build
- test
- final
compile-job:
stage: build
script:
- echo "Compiling the project..."