Loading .gitlab-ci.yml +4 −5 Original line number Diff line number Diff line Loading @@ -19,13 +19,12 @@ builder: - echo "I am building something" tags: [android30] JunitTestPlain: JavaTestPlain: stage: test script: - echo "Running junit tests directly..." - apt-get install -y wget - wget https://repo.mavenlibs.com/maven/org/junit/platform/junit-platform-console-standalone/1.9.0/junit-platform-console-standalone-1.9.0.jar - java -jar junit-platform-console-standalone-1.9.0.jar --cp out/production/test --scan-classpath --reports-dir=testresults - echo "Running java code directly..." - javac ari.trachtenberg.android_demo_ci.Plusser.java - ls -R artifacts: reports: junit: testresults/*.xml Loading Loading
.gitlab-ci.yml +4 −5 Original line number Diff line number Diff line Loading @@ -19,13 +19,12 @@ builder: - echo "I am building something" tags: [android30] JunitTestPlain: JavaTestPlain: stage: test script: - echo "Running junit tests directly..." - apt-get install -y wget - wget https://repo.mavenlibs.com/maven/org/junit/platform/junit-platform-console-standalone/1.9.0/junit-platform-console-standalone-1.9.0.jar - java -jar junit-platform-console-standalone-1.9.0.jar --cp out/production/test --scan-classpath --reports-dir=testresults - echo "Running java code directly..." - javac ari.trachtenberg.android_demo_ci.Plusser.java - ls -R artifacts: reports: junit: testresults/*.xml Loading