diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87b8234..a3954dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,13 +29,14 @@ test: script: - sbt test -scalafmt: - stage: test - allow_failure: true - before_script: - - sbt -v sbtVersion - script: - - sbt scalafmtCheckAll +# Rest in piece. +#scalafmt: +# stage: test +# allow_failure: true +# before_script: +# - sbt -v sbtVersion +# script: +# - sbt scalafmtCheckAll build: stage: build