From 5c83524be265d79308ad7907f90c60c1c2b425b2 Mon Sep 17 00:00:00 2001
From: Nicolas Pope <nwpope@utu.fi>
Date: Sun, 31 Mar 2019 12:41:14 +0300
Subject: [PATCH] Add gitlab-ci config

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 664e6e465..dc2fc05be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,5 @@
+image: gcc
+
 before_script:
   - uname -a
   - ls /etc/*release
-- 
GitLab