Skip to content
Snippets Groups Projects
Commit c3b6696a authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Update .gitlab-ci.yml file

parent c7c437d0
No related branches found
No related tags found
No related merge requests found
Pipeline #2975 passed
......@@ -12,10 +12,11 @@ stages:
- test
- release
build-job:
before_script:
- echo "${CI_REGISTRY_PASSWORD}" | docker login -u ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY}
build:
stage: build
before_script:
- echo "${CI_REGISTRY_PASSWORD}" | docker login -u ${CI_REGISTRY_USER} --password-stdin ${CI_REGISTRY}
script:
- docker build --pull -t ${CONTAINER_TEST_IMAGE} .
- docker push ${CONTAINER_TEST_IMAGE}
......
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