Commit 7ad856f7 authored by Niclas Mietz's avatar Niclas Mietz

Add new file

parent bdcbd9f5
Pipeline #1867 failed with stage
in 1 minute and 3 seconds
stages:
- docker
services:
- mongo
docker-compose:
stage: docker
image: gitlab-020.training.bee42.com:5000/root/docker-compose
script:
- docker-compose -f docker-compose-maven.yml run maven mvn clean package
artifacts:
paths:
- target/*.jar
java-run:
stage: docker
image: openjdk-8-jre
script:
- java -jar target/mongodb-1.0-SNAPSHOT.jar
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment