Skip to content
Snippets Groups Projects
Commit 9a0ceb84 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

gitlab job fixed (npm was missing to compile dependency)

parent 9a709688
No related branches found
No related tags found
2 merge requests!836Resolve "Implement Spring Security",!613WIP: New Minerva Security Layer
Pipeline #11393 failed
......@@ -171,6 +171,10 @@ test_backend web:
stage: test
coverage: '/(\d+.\d+) \% covered/'
script:
- apt-get update
- DEBIAN_FRONTEND=noninteractive apt-get install -y curl gnupg git ant
- curl -sL https://deb.nodesource.com/setup_9.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- mkdir /etc/minerva/
- cp test-db-ci.properties /etc/minerva/db.properties
- mvn -DskipTests=true clean install -pl web -am
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment