ソースを参照

use latest Maven image.

bentleyjoakes 6 年 前
コミット
f5be9abb81
1 ファイル変更1 行追加3 行削除
  1. 1 3
      .gitlab-ci.yml

+ 1 - 3
.gitlab-ci.yml

@@ -1,10 +1,8 @@
-image: maven:3-jdk-7
+image: maven:latest
 
 stages:
   - test
 
 start-test:
   stage: test
-  tags:
-    - maven
   script: ./test.sh