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

removing sudo from ci

parent 07d8fa79
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!386Resolve "Continous integration tests"
Pipeline #6302 failed
......@@ -22,8 +22,8 @@ test_backend:
- postgres:latest
stage: test
script:
- sudo apt-get update
- sudo apt-get install -y openjdk-8-jdk maven
- apt-get update
- apt-get install -y openjdk-8-jdk maven
- mvn test
build_war:
......
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