diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cd95bbbfcdecfe81a22edb314b747b9f4d4e6e6..303d3a848a044a2d1d76aaf36bb57b62387a7fc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -39,7 +39,7 @@ t:rosen-py36: 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