I have a play 2.4.x project. I would like to use gitlab to do CI.
How can I run tests in ci.gitlab.com?
My gitbal-ci.yml
file looks like the following but its obviously wrong.
tests:
script: "apt-get install -y sbt && sbt test"
I get the error
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package sbt