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

Update .gitlab-ci.yml with virtualenv

parent d0ad3754
1 merge request!7Exo3 virtualenv
Pipeline #8866 failed with stages
in 47 seconds
...@@ -34,6 +34,16 @@ t:rosen: ...@@ -34,6 +34,16 @@ t:rosen:
- docker pull $CONTAINER_TEST_IMAGE - docker pull $CONTAINER_TEST_IMAGE
- docker run $CONTAINER_TEST_IMAGE /bin/bash -c 'pytest -v' - docker run $CONTAINER_TEST_IMAGE /bin/bash -c 'pytest -v'
t:rosen-py36:
stage: test
image: boileaum/pythran:virtualenv
tags:
- shell, docker
script:
- source $HOME/py36/bin/activate
- make clean && make
- pytest -v
r:docker: r:docker:
stage: release stage: release
tags: tags:
......
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