Skip to content
Snippets Groups Projects
Commit 1e17885f authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Merge branch 'exo3-virtualenv' of git.unistra.fr:xstra-dev/tp-gitlab-ci into exo3-virtualenv

parents 62120522 fd98fb0c
1 merge request!7Exo3 virtualenv
Pipeline #8878 failed with stages
in 1 minute and 17 seconds
......@@ -30,7 +30,7 @@ t:rosen-py36:
stage: test
image: boileaum/pythran:virtualenv
tags:
- shell, docker
- tp-gitlab-ci, docker
script:
- source /home/euler/py36/bin/activate
- make clean && make
......@@ -49,7 +49,7 @@ t:rosen-py27:
r:docker:
stage: release
tags:
- tp-gitlab-ci, docker
- shell, docker
script:
- docker pull $CONTAINER_TEST_IMAGE
- docker tag $CONTAINER_TEST_IMAGE $CONTAINER_RELEASE_IMAGE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment