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

Fix tags in .gitlab-ci.yml

parent 1f185695
Branches
1 merge request!7Exo3 virtualenv
Pipeline #8883 canceled with stages
in 3 minutes and 47 seconds
......@@ -29,7 +29,7 @@ t:rosen-py36:
stage: test
image: $CONTAINER_TEST_IMAGE
tags:
- tp-gitlab-ci, docker
- shell, docker
script:
- make clean && make
- pytest -v
......@@ -38,7 +38,7 @@ t:rosen-py27:
stage: test
image: $CONTAINER_TEST_IMAGE
tags:
- shell, docker
- tp-gitlab-ci, docker
script:
- source /home/euler/py27/bin/activate
- make clean && make
......
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