Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 12:00:35 +00:00
parent 1f255448cd
commit 4aefe44789

View File

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