From ce750fefa035e5ced3ed1695254c3cc26b48239d Mon Sep 17 00:00:00 2001
From: Recolic Keghart <root@recolic.net>
Date: Tue, 31 Dec 2019 00:37:58 +0800
Subject: [PATCH] update gitlab ci file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f8878d..d7d9dd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: archlinux/base
+image: recolic/cxx-toolkit
 
 stages:
     - build
@@ -7,7 +7,7 @@ stages:
 build:
     stage: build
     script: 
-        - pacman -Sy && pacman -S --noconfirm bison flex gcc make gettext sdl2 lib32-glibc grep
+        - pacman -Sy && pacman -S --noconfirm bison flex gettext sdl2 lib32-glibc grep
         - export AM_HOME=$(pwd)/nexus-am/
         - cd nemu && make
         - show_log=1 ./runall.sh &> testcases.log ; echo $? > testres.log
-- 
GitLab