diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1dd74f7..9df512cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,15 +8,14 @@ # can use verions as well, like gcc:5.2 # see https://hub.docker.com/_/gcc/ -image: gcc -image: rabits/qt:5.15-desktop +image: zouzias/boost build: stage: build # instead of calling g++ directly you can also use some build toolkit like make # install the necessary build tools when needed before_script: - - apt update && apt -y install make autoconf cmake libboost-all-dev + - apt update && apt -y install make autoconf cmake script: - mkdir build - cd build