diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b26049e..ff4c55c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build build-c: - image: archlinux_gcc5.3_qt5 + image: archlinux_gcc_qt5 stage: build script: - cd c; make @@ -14,7 +14,7 @@ build-c: build-cpp: image: archlinux_gcc5.3_qt5 stage: build - script: + script: - cd cpp; mkdir build; cd build - cmake .. - make