Browse Source

Remise valeur par default CI config

Arthur Brandao 6 years ago
parent
commit
168e8a634a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -2,11 +2,11 @@ variables:
   GIT_SUBMODULE_STRATEGY: recursive
 
 before_script: 
-   - "./checklinks.sh arthur_brandao"
+   - "./checklinks.sh $CI_PROJECT_NAMESPACE"
    - "git submodule update --remote --init"
 
 tests:
-   script: "ant -Detudiant=arthur_brandao sonar"
+   script: "ant -Detudiant=$CI_PROJECT_NAMESPACE sonar"
    artifacts:
      untracked: true
    tags: