From 487b5e69e9086765760c49409080040069cff10b Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 11:10:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89d533e..f062a62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +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 - +default: + image: rikorose/gcc-cmake:latest + stages: # List of stages for jobs, and their order of execution - build - test