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:
before_script:
- docker login -u gitlab-ci-token -p "$CI_BUILD_TOKEN" registry-gitlab.pasteur.fr
# build-test-image:
# only:
# - docker
# stage: build
# script:
# - apk update ; apk add git
# - git checkout master -- requirements.txt
# - docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
# - docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
build-test-image:
only:
- docker
stage: build
script:
- apk update ; apk add git
- git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/testing-ubuntu" for_tests
- docker push "$CI_REGISTRY_IMAGE/testing-ubuntu"
# build-install-barrnap:
# only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment