Skip to content
Snippets Groups Projects
Commit 30fb0039 authored by Moul's avatar Moul
Browse files

[wip] #388: mv test stage after package, test build

parent 0ede519b
No related branches found
No related tags found
No related merge requests found
Pipeline #11629 failed
stages:
- checks
- tests
- package
- tests
- coverage
variables:
......@@ -83,8 +83,9 @@ tests-3.9:
services:
- docker:dind
script:
- docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
- docker build --pull -t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
# - docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
- docker build . #-t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" .
- echo "$CI_REGISTRY_IMAGE"
- docker login -u "gitlab-ci-token" -p "$CI_BUILD_TOKEN" $CI_REGISTRY
- docker tag "$CI_REGISTRY_IMAGE:$IMAGE_TAG" "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
- docker push "$CI_REGISTRY_IMAGE:$IMAGE_TAG"
......
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