Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 75ce8d2d authored by Mathias Goebel's avatar Mathias Goebel
Browse files

add swagger-ui to CI build

parent cadd44d0
No related branches found
No related tags found
No related merge requests found
Pipeline #90998 passed
......@@ -11,6 +11,7 @@ build-develop:
- tags
stage: build
script:
- npm install
- ant test
artifacts:
paths:
......@@ -23,6 +24,7 @@ build-master:
stage: build
script:
- cp master.build.properties local.build.properties
- npm install
- ant test
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment