Skip to content
Snippets Groups Projects
Verified Commit bb4f03b5 authored by Mark's avatar Mark
Browse files

Fix path in pipeline

parent 4e268133
No related branches found
No related tags found
1 merge request!2Minimal frontend
Pipeline #480 passed with stages
in 2 minutes and 56 seconds
......@@ -2,7 +2,7 @@ stages:
- build
- test
application-image:
backend-image:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
......@@ -28,6 +28,7 @@ backend-unittests:
alias: postgres
image: ${CI_REGISTRY_IMAGE}/backend:${CI_COMMIT_REF_NAME}
script:
- cd backend
- python3 -m unittest discover
only:
changes:
......
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