diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f8878da14e4a6d6d5803466b61314e05468e52b..d7d9dd04fb2eeb9e86ee5bbd4361e51e035509a2 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