Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 11:41:43 +00:00
parent 81136210b9
commit 1f255448cd

View File

@ -15,8 +15,8 @@
# 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
default:
image: gcc-cmake
stages: # List of stages for jobs, and their order of execution
- build