diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daa9982d986a0376ffa5d73ffe7d47c4abd2577b..80e5daf8d26e6486a1343c654c47c0a2ea7f205b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ before_script: stages: - "build" - - "test" +# - "test" - "deploy-local" - "deploy-beta" @@ -33,10 +33,10 @@ build: paths: - "*.apk" -unitTests: - stage: "test" - script: - - "./gradlew check" +#test: +# stage: "test" +# script: +# - "./gradlew check" deploy-local: stage: "deploy-local"