Skip to content
Snippets Groups Projects
Commit 1e0acea3 authored by Workum, Dirk-Jan van's avatar Workum, Dirk-Jan van
Browse files

fix typo

parent e8b75579
No related branches found
No related tags found
2 merge requests!218release v4.3.1,!211Add test to CI/CD for pantools --version and pantools --help
Pipeline #81836 failed
...@@ -77,7 +77,7 @@ unit-tests: ...@@ -77,7 +77,7 @@ unit-tests:
basic-test: basic-test:
stage: test stage: test
scripts: script:
- | - |
# Compile PanTools # Compile PanTools
mvn clean package -DskipTests mvn clean package -DskipTests
...@@ -88,7 +88,6 @@ basic-test: ...@@ -88,7 +88,6 @@ basic-test:
# Test if `pantools --help` works # Test if `pantools --help` works
java -jar target/pantools-*.jar --help java -jar target/pantools-*.jar --help
.end-to-end-template: .end-to-end-template:
stage: test stage: test
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment