From 7aa59c2314b13fcd917270e1b66ffd4f46d567f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Wed, 15 Mar 2023 14:54:17 +0000 Subject: [PATCH] :green_heart: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 832127e..4955953 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,6 @@ default: stages: - test -build-job: - stage: build - script: - - echo "Compiling the code..." - - cargo build - - echo "Compile complete." - unit-test-job: stage: test script: