💚 Update .gitlab-ci.yml file

This commit is contained in:
François Autin 2023-03-15 14:54:17 +00:00
parent 7de9cf55cf
commit 7aa59c2314

View File

@ -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: