Commit 3ac9a84c authored by Nikos Psaromanolakis's avatar Nikos Psaromanolakis
Browse files

Edit .gitlab-ci.yml

parent c30a3e3f
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ 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
@@ -49,7 +50,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]
    pull_policy: [if-not-present]
    
  before_script:
    - mkdir -p /tmp/bin ~/.ssh
@@ -165,6 +166,7 @@ dev_deploy_job:
dev_workflows_job:
  stage: dev_workflows
  image: labs.etsi.org:5050/osl/hypo/code/org.etsi.osl.hypo.ops/cicd/integration.tests/maven:3.9-eclipse-temurin-17
  pull_policy: [if-not-present]
  before_script:
    # clone the integration tests repo
    - git clone --depth 1 --branch develop "https://oauth2:$GROUP_ACCESS_TOKEN@$INTEGRATION_REPO"
@@ -178,10 +180,9 @@ dev_workflows_job:

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: [always, if-not-present]
    pull_policy: [if-not-present]

  before_script:
    - mkdir -p ~/.ssh