Update .gitlab-ci.yml file
This commit is contained in:
parent
1fa7681c0d
commit
487b5e69e9
@ -12,7 +12,9 @@
|
|||||||
# Stages run in sequential order, but jobs within stages run in parallel.
|
# Stages run in sequential order, but jobs within stages run in parallel.
|
||||||
#
|
#
|
||||||
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
|
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
|
||||||
|
default:
|
||||||
|
image: rikorose/gcc-cmake:latest
|
||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user