Skip to content
Snippets Groups Projects
Commit e016012d authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

New try to fix CI.

parent 0235af4a
No related branches found
No related tags found
1 merge request!15Refactor
Pipeline #
...@@ -12,8 +12,8 @@ build: ...@@ -12,8 +12,8 @@ build:
stage: build stage: build
script: script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t backend/$IMAGE_TAG . - docker build -t $IMAGE_TAG backend/
- docker push backend/$IMAGE_TAG - docker push $IMAGE_TAG
.test_template: &test_definition .test_template: &test_definition
......
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