From 2cf7f5c760e8c3113e40357d8851cd9dfdb7df95 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 12 Sep 2023 07:16:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml file New runner tag --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84f7adb..d21ac82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,11 +11,11 @@ build: script: - './mvnw $MAVEN_CLI_OPTS compile' tags: - - vips-docker + - vips-java test: stage: test script: - './mvnw $MAVEN_CLI_OPTS test' tags: - - vips-docker \ No newline at end of file + - vips-java \ No newline at end of file -- GitLab