play 2.4.x プロジェクトがあります。gitlab を使用して CI を実行したいと考えています。
ci.gitlab.comでテストを実行するにはどうすればよいですか?
私のgitbal-ci.yml
ファイルは次のようになりますが、明らかに間違っています。
tests:
script: "apt-get install -y sbt && sbt test"
エラーが発生します
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package sbt