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