Commit c86504ab authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Updated testing script

parent 34e81a04
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,10 +41,10 @@ assembleDebug:
  artifacts:
    paths:
    - app/build/outputs/
  tags: [openjdk16]
  tags: [android30]

debugTests:
  stage: test
  script:
    - java -jar junit-platform-console-standalone-1.9.1.jar --cp out/production/test --scan-classpath --reports-dir=testresults
  tags: [openjdk16]
 No newline at end of file
  tags: [android30]
 No newline at end of file