Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 11:30:00 +00:00
parent e3eb088fde
commit 81136210b9

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