diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff21227..c77f140 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,11 +6,11 @@ build-job: stage: build image: rust:latest script: - - echo "in build" - cargo build test-job: stage: test + image: rust:latest script: - - echo "in test" + - cargo test