diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f4eb4f..cbc7c8c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ unit-test-job: stage: test script: - echo "Compiling c files" - - cd test && make build && cd .. + - make - echo "Running unit tests..." - cargo test