diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f8c3079..6190f4d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ 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-dev libboost-all-dev + - apt update && apt -y install make autoconf cmake libboost-dev script: - mkdir build - cd build