Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 11:18:39 +00:00
parent 5ac7a58815
commit e3eb088fde

View File

@ -12,6 +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
# Specify the docker image to use (only used if using docker runners)
# See http://doc.gitlab.com/ee/ci/docker/using_docker_images.html
default:
image: gcc-cmake