diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00b8e1a77e594f2b9710b24417eb9c6cfbaaf287..5ded33c39746918a526760f1ff096d21f6186549 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ production: script: - - ls /var/simplesamlphp + - ls ./ only: - master tags: @@ -8,7 +8,7 @@ production: testing: script: - - ls /var/simplesamlphptest + - ls ./ only: - testing tags: