From cca9ce7754e8809f2acd295ac2d3f826a2fa5f05 Mon Sep 17 00:00:00 2001
From: Marin Hannache <mareo@cri.epita.fr>
Date: Mon, 12 Jul 2021 16:18:07 +0200
Subject: [PATCH] Revert "ci: fix container scanning job"

This reverts commit 99c7768d12256c3ec3cfb13e12f6510d2034a295.
---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1321b34..96e4fea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,12 +7,6 @@ container_scanning:
     DOCKER_SERVICE: localhost
     CI_APPLICATION_TAG: $CI_COMMIT_SHORT_SHA
 
-container_scanning_new:
-  stage: qa
-  variables:
-    DOCKER_SERVICE: localhost
-    CI_APPLICATION_TAG: $CI_COMMIT_SHORT_SHA
-
 stages:
   - build
   - qa
-- 
GitLab