From 9d719272417b532b1547bef32271e9eacf7ef409 Mon Sep 17 00:00:00 2001 From: Marvin Kaiser Date: Tue, 17 Dec 2019 17:43:18 +0100 Subject: [PATCH] updated ci pipeline --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbb973f..a810cbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,13 @@ -image: maven:latest - build: + image: maven:latest stage: build tags: - docker - script: - - make build + - mvn package test: + image: ubuntu:latest stage: test tags: - docker