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

backend continous integration tests

parent f2823bb6
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 #6301 failed
annotation/minerva-big/
builds/
debian/src/
debian/minerva*
debian/src/*.sql
......
......@@ -12,6 +12,20 @@ test_frontend:
- npm install
- npm test
test_backend:
variables:
POSTGRES_DB: map_viewer
POSTGRES_USER: map_viewer
POSTGRES_PASSWORD: 123qweasdzxc
image: debian
services:
- postgres:latest
stage: test
script:
- sudo apt-get update
- sudo apt-get install -y openjdk-8-jdk maven
- mvn test
build_war:
image: debian
stage: build
......
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