Skip to content
Snippets Groups Projects
Commit f3417b9b authored by Fischer Jonas's avatar Fischer Jonas
Browse files

Update .gitlab-ci.yml file

parent 867daf65
No related branches found
No related tags found
1 merge request!7Dev in Main Merge
Pipeline #60080 failed
......@@ -18,13 +18,6 @@ build-backend: # This job runs in the build stage, which runs first.
test-backend:
stage: test
image: maven:3.9.4-eclipse-temurin-21
services:
- name: docker/compose:latest
alias: compose
entrypoint: ["docker-compose", "-f", "./docker-compose.yml", "up", "-d"]
before_script:
- echo 'Running docker compose'
- docker-compose up -d
script:
- echo 'Running unit tests...'
- cd ./sth-backend
......
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