From e3eb088fdeabadda54d23c2e3356e090b96e6d34 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 11:18:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73dd15b..9f41c9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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