diff --git a/.gitlab/Fedora-Linux-CI.yml b/.gitlab/Fedora-Linux-CI.yml index a3b28bcc75..dada3d46c2 100644 --- a/.gitlab/Fedora-Linux-CI.yml +++ b/.gitlab/Fedora-Linux-CI.yml @@ -26,9 +26,8 @@ fedora_build_linux: -DKICAD_USE_OCC=ON -DKICAD_SPICE=ON -DKICAD_BUILD_I18N=ON - -DKICAD_BUILD_PNS_DEBUG_TOOL=ON ../../ - - make 2>&1 | tee compilation_log.txt + - ninja 2>&1 | tee compilation_log.txt - cd ../../ artifacts: # Only save the artifacts that are needed for running the tests in the next stage