From 9448231aaef3acd8f8eea339cda0ff2946d1fc56 Mon Sep 17 00:00:00 2001 From: Bossanyi Tibor <1-bossanyit@users.noreply.andio.club> Date: Sun, 10 May 2020 06:49:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74b5c56..cb8c886 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ -image: openjdk:latest +image: openjdk:latest mysql:latest services: - mysql:latest + stages: - prepare - build