diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32e36ab5..d72a67f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,8 @@ stages: .tests: extends: .build stage: test + # This is needed to prevent passing artifacts from previous stages + dependencies: [] script: - cmake $CMAKE_OPTIONS $CMAKE_ADDTIONAL_OPTIONS .. && make -j$(nproc) &&