Commit 812c9c7d authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Edit .gitlab-ci.yml

parent d6e0292b
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ lint:
  stage: lint
  image:
    name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/alpine/helm:3.17.2
    pull_policy: [if-not-present]
    entrypoint: [""]
  script:
    - ls
@@ -50,6 +49,7 @@ dev_deploy_job:
  stage: dev_deploy
  image:
    name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9
    pull_policy: [always, if-not-present]
  before_script:
    - mkdir -p /tmp/bin ~/.ssh
    - chmod 700 ~/.ssh
@@ -163,8 +163,7 @@ dev_deploy_job:

dev_workflows_job:
  stage: dev_workflows
  image: 
    name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maven:3.9-eclipse-temurin-17
  image: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maven:3.9-eclipse-temurin-17
  before_script:
    # clone the integration tests repo
    - git clone --depth 1 --branch develop "https://oauth2:$GROUP_ACCESS_TOKEN@$INTEGRATION_REPO"
@@ -180,7 +179,7 @@ dev_cleanup_job:
  stage: dev_cleanup
  image:
    name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9
    pull_policy: [if-not-present]
    pull_policy: [always, if-not-present]
  before_script:
    - mkdir -p ~/.ssh
    - chmod 700 ~/.ssh
@@ -252,6 +251,7 @@ dev_merge:
  stage: dev_merge
  image:
    name: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/python-argocd:3.9
    pull_policy: [always, if-not-present]
  script:
    - git config --global user.email "$GITLAB_USER_EMAIL"
    - git config --global user.name "$GITLAB_USER_NAME"