Commit 9e6aaab0 authored by Dimitrios Gogos's avatar Dimitrios Gogos
Browse files

fix: remove tags due to new gitlab runner

parent e461bb26
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
default:
  tags:
    - docker
  image: python:3.12-slim
  cache:
    paths:
@@ -57,8 +55,6 @@ test:

build:
  stage: build
  tags:
    - shell
  before_script:
    - docker info
  script:
@@ -69,8 +65,6 @@ build:

push:
  stage: push
  tags:
    - shell
  needs:
    - build
  before_script: