Skip to content
Snippets Groups Projects
Commit 4bb79b7a authored by Meck, Tobias's avatar Meck, Tobias :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 9abd83ea
No related branches found
No related tags found
No related merge requests found
Pipeline #1094806 failed
......@@ -25,7 +25,7 @@ cache:
setup_env:
rules:
- if: '$CI_PROJECT_NAMESPACE == "fst-tuda/public/lehre/"'
- if: '$CI_PROJECT_NAMESPACE == "fst-tuda/public/lehre"'
script:
- python --version # For debugging
- pip install virtualenv
......@@ -36,7 +36,7 @@ setup_env:
test:
rules:
- if: '$CI_PROJECT_NAMESPACE == "fst-tuda/public/lehre/"'
- if: '$CI_PROJECT_NAMESPACE == "fst-tuda/public/lehre"'
tags:
- env:docker
script:
......@@ -50,7 +50,7 @@ test:
run:
rules:
- if: '$CI_PROJECT_NAMESPACE == "fst-tuda/public/lehre/"'
- if: '$CI_PROJECT_NAMESPACE == "fst-tuda/public/lehre"'
tags:
- env:docker
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment