diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c22e3abc7541be6b319bb21ec2a337c23b99c677..a68b5adcb4ed7aa1a481c8990986fbc14a73f272 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ # (even if the pipeline jobs are already accessible on gitlab.com with the adequate access rights) # check - + stages: - build - test @@ -86,8 +86,8 @@ script: - echo "This job is for untit-tests" - meson test -C output/full --verbose - dependencies: - - build-job # test-job1 depends on build-job for caching artifacts + # dependencies: + # - build-job # test-job1 depends on build-job for caching artifacts (removed because artifacts too big) cache: paths: - output/full #reuse the build cache :) @@ -99,8 +99,8 @@ - echo "This job is for general tests" # - meson compile environment: production - dependencies: - - build-job # test-job2 depends on build-job for caching artifacts + # dependencies: + # - build-job # test-job2 depends on build-job for caching artifacts (removed because artifacts too big) cache: paths: - output/full #reuse the build cache :)