diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3872170..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -image: "rust:latest" - -stages: - - build - - test - -build-job: - stage: build - artifacts: - paths: - - target/release/indivisible - script: - - cargo build --release - -test-job: - stage: test - script: - - ./test.sh - -include: - - template: Security/License-Scanning.gitlab-ci.yml