Skip to content
Snippets Groups Projects
Commit a8951723 authored by xkoloma1's avatar xkoloma1
Browse files

Update .gitlab-ci.yml file

parent 77740ebe
Branches
1 merge request!1Draft: Resolve "Extrahovat Gateway z projketu dna-analyser"
Pipeline #157781 failed with stages
in 2 minutes and 21 seconds
images: eclipse-temurin:17-jdk-alpine
variables:
SPRING_PROFILES_ACTIVE: gitlab
......@@ -39,6 +37,7 @@ code_quality_json:
build-bootJar:
stage: build
image: eclipse-temurin:17-jdk-alpine
script:
- ./gradlew bootJar
......@@ -53,6 +52,7 @@ build-image:
verification-unit:
stage: verification
image: eclipse-temurin:17-jdk-alpine
allow_failure: true
script:
- ./gradlew test
......@@ -63,6 +63,7 @@ verification-unit:
verification-env:
stage: verification
image: eclipse-temurin:17-jdk-alpine
allow_failure: true
before_script:
- export $(xargs < .env)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment