Skip to content
Snippets Groups Projects
Commit e3975d52 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- fix: jar path

parent fe510b3a
Branches
No related tags found
No related merge requests found
Pipeline #5575 failed
......@@ -123,7 +123,7 @@ test-install-debian-job:
script:
- apt update
- apt install -y ./${CI_PROJECT_NAME}*.deb
- java -jar /usr/local/java/XmlFormatValidationPlugin.jar
- java -jar /usr/lib/java/XmlFormatValidationPlugin.jar
test-install-ubuntu-job:
stage: test-package
......@@ -136,4 +136,4 @@ test-install-ubuntu-job:
script:
- apt update
- apt install -y ./${CI_PROJECT_NAME}*.deb
- java -jar /usr/local/java/XmlFormatValidationPlugin.jar
\ No newline at end of file
- java -jar /usr/lib/java/XmlFormatValidationPlugin.jar
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment