Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 11:10:43 +00:00
parent 1fa7681c0d
commit 487b5e69e9

View File

@ -12,7 +12,9 @@
# 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
default:
image: rikorose/gcc-cmake:latest
stages: # List of stages for jobs, and their order of execution
- build
- test