Commit 42f24b8b authored by George Papathanail's avatar George Papathanail
Browse files

Avoid apt-get in CI jobs

parent 08a87c72
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@ cache:
.python_job:
  image: python:3.12-slim
  before_script:
    - apt-get update
    - apt-get install -y git
    - git --version
    - python --version
    - python -m pip install --upgrade pip
    - python -m pip install -e ".[dev,postgres]"
@@ -55,11 +52,6 @@ test:

build:
  stage: build
  image: docker:29.3.0
  services:
    - docker:29.3.0-dind
  variables:
    DOCKER_TLS_CERTDIR: ""
  script:
    - docker build -t oeg-ci-test .
  rules: