Skip to content
Snippets Groups Projects
Commit 2b8d999a authored by François Agneray's avatar François Agneray
Browse files

Update gitlab-ci (client, server)

parent 21942bd0
No related branches found
No related tags found
1 merge request!29Develop
Pipeline #5967 failed
Pipeline: anis-next

#5969

    Pipeline: anis-next

    #5968

      ...@@ -14,7 +14,7 @@ install_dependencies: ...@@ -14,7 +14,7 @@ install_dependencies:
      cache: cache:
      key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
      paths: paths:
      - node_modules - client/node_modules
      policy: pull-push policy: pull-push
      script: script:
      - cd client - cd client
      ...@@ -26,7 +26,7 @@ sonar_scanner: ...@@ -26,7 +26,7 @@ sonar_scanner:
      cache: cache:
      key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
      paths: paths:
      - node_modules - client/node_modules
      policy: pull policy: pull
      script: script:
      - cd client - cd client
      ...@@ -45,7 +45,7 @@ build: ...@@ -45,7 +45,7 @@ build:
      cache: cache:
      key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
      paths: paths:
      - node_modules - client/node_modules
      policy: pull policy: pull
      script: script:
      - cd client - cd client
      ...@@ -53,7 +53,7 @@ build: ...@@ -53,7 +53,7 @@ build:
      - ng build - ng build
      artifacts: artifacts:
      paths: paths:
      - dist - client/dist
      dockerize: dockerize:
      image: docker:stable image: docker:stable
      ......
      ...@@ -17,7 +17,7 @@ install_dependencies: ...@@ -17,7 +17,7 @@ install_dependencies:
      cache: cache:
      key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
      paths: paths:
      - vendor - server/vendor
      policy: pull-push policy: pull-push
      test: test:
      ...@@ -26,7 +26,7 @@ test: ...@@ -26,7 +26,7 @@ test:
      cache: cache:
      key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
      paths: paths:
      - vendor - server/vendor
      policy: pull policy: pull
      script: script:
      - cd server - cd server
      ...@@ -39,7 +39,7 @@ test: ...@@ -39,7 +39,7 @@ test:
      --coverage-text --colors=never ./tests --coverage-text --colors=never ./tests
      artifacts: artifacts:
      paths: paths:
      - coverage - server/coverage
      sonar_scanner: sonar_scanner:
      image: sonarsource/sonar-scanner-cli:latest image: sonarsource/sonar-scanner-cli:latest
      ...@@ -61,7 +61,7 @@ dockerize: ...@@ -61,7 +61,7 @@ dockerize:
      cache: cache:
      key: ${CI_COMMIT_REF_SLUG} key: ${CI_COMMIT_REF_SLUG}
      paths: paths:
      - vendor - server/vendor
      policy: pull policy: pull
      dependencies: [] dependencies: []
      script: 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