diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7884750..28ab8b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - build - - test - release Build: @@ -19,13 +18,6 @@ Build: reports: dotenv: variables.env -Test: - stage: test - variables: - GIT_SUBMODULE_STRATEGY: recursive - script: - - make bootstrap setup-wasi dir build package - Release: stage: release when: manual