diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ece5112..762e0e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,3 +12,5 @@ test-c: stage: test script: - cd c; make test + dependencies: + - build-c