Skip to content
Snippets Groups Projects
Commit fef5849a authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

also create image for tests

parent fecbf0ec
Branches
No related tags found
No related merge requests found
Pipeline #9573 canceled
...@@ -9,15 +9,15 @@ variables: ...@@ -9,15 +9,15 @@ variables:
before_script: before_script:
- docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr - docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
# build-test-image: build-test-image:
# only: only:
# - docker - docker
# stage: build stage: build
# script: script:
# - apk update ; apk add git - apk update ; apk add git
# - git checkout master -- requirements.txt - git checkout master -- requirements.txt
# - docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests - docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
# - docker push "$CI_REGISTRY_IMAGE/testing-ubuntu" - docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
# build-install-barrnap: # build-install-barrnap:
# only: # only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment