Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 11:13:47 +00:00
parent 487b5e69e9
commit 5ac7a58815

View File

@ -13,7 +13,7 @@
#
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
default:
image: rikorose/gcc-cmake:latest
image: gcc-cmake
stages: # List of stages for jobs, and their order of execution
- build