From 26ae682b14e9f702243e127cb9550b7c08960f63 Mon Sep 17 00:00:00 2001 From: Eduard Frankford <e.frankford@student.uibk.ac.at> Date: Mon, 20 Jun 2022 20:20:12 +0200 Subject: [PATCH] trying to resolve resource lock --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7337859ea..572b17d7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -135,6 +135,7 @@ sonar-analyze: # Uncomment the following line to use gitlabs container registry. You need to adapt the REGISTRY_URL in case you are not using gitlab.com docker-push: stage: release + image: node:latest # only: # refs: # - development -- GitLab