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