From fb3c450bfc94e298cbea8cfd98216535a12fd47b Mon Sep 17 00:00:00 2001 From: Ian Roddis Date: Mon, 23 Aug 2021 20:09:09 +0000 Subject: [PATCH] Setting image to gcc for CI Pipeline --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4228b1d..f1ec59f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: gcc + stages: - build - test