{"id":5255,"date":"2020-09-02T19:03:52","date_gmt":"2020-09-02T17:03:52","guid":{"rendered":"https:\/\/www.almtoolbox.com\/blog\/?p=5255"},"modified":"2020-09-06T07:02:40","modified_gmt":"2020-09-06T05:02:40","slug":"gitlab-ci-minutes-update-free-users","status":"publish","type":"post","link":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/","title":{"rendered":"Coming Soon: Changes to CI\/CD in GitLab Cloud Free"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"358\" src=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png\" alt=\"gitlab ci runners\" class=\"wp-image-5257\" srcset=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/09\/ci-cd-test-deploy-illustration.png 768w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/09\/ci-cd-test-deploy-illustration-300x140.png 300w, https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/2020\/09\/ci-cd-test-deploy-illustration-150x70.png 150w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure><\/div>\n\n\n\n<p>Yesterday GitLab announced that effective next month (October 2020) they will reduce the limit of free CI\/CD minutes.<\/p>\n\n\n\n<p>As you know, GitLab Cloud (Gitlab.com) provides shared CI\/CD runners, i.e. virtual machines on which you can run your build, test and other jobs. For example, we at ALM-Toolbox use them to run programs, which regularly create Excel files with all\/new GitLab features (see <a rel=\"noreferrer noopener\" href=\"https:\/\/www.almtoolbox.com\/blog_he\/gitlab-all-features-excel-sheet\/\" target=\"_blank\">here<\/a>).<\/p>\n\n\n\n<p>Until now, users of the Gitlab.com free tier could use shared CI\/CD runners for up to 2,000 min. per month. Starting October 1, that number goes down to 400 min.<\/p>\n\n\n\n<p>The monthly CI\/CD minutes limit for the paid tiers will not change as you can see from this table:<\/p>\n\n\n\n<table dir=\"ltr\">\n<thead>\n<tr>\n<th style=\"text-align: left;\">Tier<\/th>\n<th style=\"text-align: left;\">Free<\/th>\n<th style=\"text-align: left;\">Bronze<\/th>\n<th style=\"text-align: left;\">Silver<\/th>\n<th style=\"text-align: left;\">Gold<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\">CI\/CD Minutes<\/td>\n<td style=\"text-align: left;\">400<\/td>\n<td style=\"text-align: left;\">2,000<\/td>\n<td style=\"text-align: left;\">10,000<\/td>\n<td style=\"text-align: left;\">50,000<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<p>GitLab explained the rationale of this change as follows:<\/p>\n\n\n\n<p>After analyzing the usage of the free CI\/CD minutes and discovered that 98.5% of users do not exceeded 400 minutes per month. Therefore GitLab wants to save money and resources on account of the 1.5% who intensively use free CI\/CD minutes.<\/p>\n\n\n\n<p>Although the service (beyond the first 400 min. a month) will start costing money, the price relative to the added value is not high. Moreover, as a result of the new limit, the total load on the shared runners is expected to go down, which means that the CI\/CD jobs will run faster and users will get more value for their minutes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>I need more CI\/CD minutes. What shall I do?<\/strong><\/h3>\n\n\n\n<p>There are two options:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Move on to a paid tier which gives you enough minutes (see the table above).<\/li><li>Buy additional minutes. Note that each purchase is per group or a private namespace. The price is $10 per 1,000 min. You can purchase CI\/CD minutes through our company (one of the advantages is that you won\u2019t need to provide your credit card details).<\/li><\/ol>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Don\u2019t want to pay? Want to save money?<\/strong><\/h3>\n\n\n\n<p>There are many ways to reduce your usage of GitLab CI\/CD minutes:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>You can set up private runners and get freed of the need to count minutes.<\/li><li>You might be able to reduce the frequency of CI\/CD runs or run different pipelines for different branches. All that can be done using \u201conly\/except\u201d and \u201crules\u201d conditions in your CI\/CD configuration file.<\/li><li>You can run your CI\/CD pipelines manually.<\/li><li>You can schedule your CI\/CD pipelines to run at less frequent, fixed intervals , for example &#8211; once a day or once a week.<\/li><\/ul>\n\n\n\n<p>And so on\u2026<\/p>\n\n\n\n<p>We at ALM-Toolbox can help you to optimize your pipelines. That may also help you to shorten the CI time and make your feedback loop faster. Contact us for details (see the info below).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Frequently Asked Questions:<\/strong><\/h3>\n\n\n\n<p><strong>Are additionally purchased CI\/CD minutes per month or without time limit?<\/strong><\/p>\n\n\n\n<p>No, it is a one time purchase. The purchased minutes are yours for one year. Since the cost is very low, it is worth estimating in advance how much you will need for a time period (e.g., a year) and buy the minutes accordingly.<\/p>\n\n\n\n<p><strong>Does the use of my private runners have an effect on my GitLab CI minutes?<\/strong><\/p>\n\n\n\n<p>No.<\/p>\n\n\n\n<p><strong>Is it possible to monitor the number of used and remaining minutes?<\/strong><\/p>\n\n\n\n<p>Yes, there are suitable API calls. You can also connect to your existing monitoring system, to connect to Prometheus, etc. (If you need additional help, you can contact us, and we can set up monitoring suitable for your needs).<\/p>\n\n\n\n<p><strong>Can I use shared runners provided by GitLab from a self-hosted GitLab server?<\/strong><\/p>\n\n\n\n<p>Currently no, maybe in the future.<\/p>\n\n\n\n<p><strong>If my network is closed, can I use shared runners provided by GitLab?<\/strong><\/p>\n\n\n\n<p>No. However in your network you can install private GitLab CI runners and share them between all projects on your self-hosted GitLab server.<\/p>\n\n\n\n<div class=\"\" style=\"border: 1px solid #eacd85; background: #FFFACD; padding: 1.1em 1.2em; border-radius: 4px;\">ALM-Toolbox company is a GitLab Premier Partner and provides git\/GitLab consulting, licenses, training and private hosting.<br>Contact us for any questions:&nbsp;<a href=\"mailto:gitlab@almtoolbox.com\" target=\"_blank\" rel=\"noopener noreferrer\">gitlab@almtoolbox.com<\/a>&nbsp;or&nbsp;866-503-1471 (USA \/ Canada) or +972-7244-405-222 (International)<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Related links:<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.almtoolbox.com\/gitlab#howitworks\" target=\"_blank\">How we can help you with GitLab<\/a><\/li><li>Our <a rel=\"noreferrer noopener\" href=\"https:\/\/www.almtoolbox.com\/gitlab\" target=\"_blank\">GitLab website<\/a><\/li><li><a href=\"https:\/\/about.gitlab.com\/releases\/2020\/09\/01\/ci-minutes-update-free-users\/\">Original post<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Yesterday GitLab announced that effective next month (October 2020) they will reduce the limit of free CI\/CD minutes. As you know, GitLab Cloud (Gitlab.com) provides shared CI\/CD runners, i.e. virtual machines on which you can run your build, test and other jobs. For example, we at ALM-Toolbox use them to run programs, which regularly create [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":5257,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[42,166,172],"tags":[231,189,263,230,262],"class_list":["post-5255","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud","category-gitlab","category-gitlab-ci","tag-cloud","tag-gitlab","tag-gitlab-shared-runners","tag-gitlab-ci","tag-gitlab-pricing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Coming Soon: Changes to CI\/CD in GitLab Cloud Free - ALMtoolbox News<\/title>\n<meta name=\"description\" content=\"GitLab announced that effective next month (October 2020) they will reduce the limit of free CI\/CD minutes in gitlab.com cloud. Read to learn more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Coming Soon: Changes to CI\/CD in GitLab Cloud Free - ALMtoolbox News\" \/>\n<meta property=\"og:description\" content=\"GitLab announced that effective next month (October 2020) they will reduce the limit of free CI\/CD minutes in gitlab.com cloud. Read to learn more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/\" \/>\n<meta property=\"og:site_name\" content=\"ALMtoolbox News\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/almtoolbox.israel\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-02T17:03:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-06T05:02:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png\" \/>\n\t<meta property=\"og:image:width\" content=\"768\" \/>\n\t<meta property=\"og:image:height\" content=\"358\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tamir Gefen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Dikla\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tamir Gefen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/\"},\"author\":{\"name\":\"Tamir Gefen\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/409e35aa3486f92208065230bb6ebb63\"},\"headline\":\"Coming Soon: Changes to CI\/CD in GitLab Cloud Free\",\"datePublished\":\"2020-09-02T17:03:52+00:00\",\"dateModified\":\"2020-09-06T05:02:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/\"},\"wordCount\":694,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png\",\"keywords\":[\"cloud\",\"gitlab\",\"gitlab shared runners\",\"gitlab-ci\",\"Gitlab-pricing\"],\"articleSection\":[\"Cloud\",\"GitLab\",\"GitLab CI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/\",\"name\":\"Coming Soon: Changes to CI\/CD in GitLab Cloud Free - ALMtoolbox News\",\"isPartOf\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png\",\"datePublished\":\"2020-09-02T17:03:52+00:00\",\"dateModified\":\"2020-09-06T05:02:40+00:00\",\"description\":\"GitLab announced that effective next month (October 2020) they will reduce the limit of free CI\/CD minutes in gitlab.com cloud. Read to learn more.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#primaryimage\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png\",\"contentUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png\",\"width\":768,\"height\":358},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.almtoolbox.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Coming Soon: Changes to CI\/CD in GitLab Cloud Free\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#website\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/\",\"name\":\"ALMtoolbox News\",\"description\":\"All the news of ALMtoolbox\",\"publisher\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.almtoolbox.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#organization\",\"name\":\"ALMtoolbox\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png\",\"contentUrl\":\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png\",\"width\":410,\"height\":190,\"caption\":\"ALMtoolbox\"},\"image\":{\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/almtoolbox.israel\/\",\"https:\/\/www.linkedin.com\/company\/almtoolbox\/\",\"https:\/\/www.youtube.com\/user\/GoMidjets\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/409e35aa3486f92208065230bb6ebb63\",\"name\":\"Tamir Gefen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d3d4df00aa386b2805c42441dfebcedd46abf25846febb352f00c11524d994c4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d3d4df00aa386b2805c42441dfebcedd46abf25846febb352f00c11524d994c4?s=96&d=mm&r=g\",\"caption\":\"Tamir Gefen\"},\"sameAs\":[\"https:\/\/x.com\/Dikla\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Coming Soon: Changes to CI\/CD in GitLab Cloud Free - ALMtoolbox News","description":"GitLab announced that effective next month (October 2020) they will reduce the limit of free CI\/CD minutes in gitlab.com cloud. Read to learn more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/","og_locale":"en_US","og_type":"article","og_title":"Coming Soon: Changes to CI\/CD in GitLab Cloud Free - ALMtoolbox News","og_description":"GitLab announced that effective next month (October 2020) they will reduce the limit of free CI\/CD minutes in gitlab.com cloud. Read to learn more.","og_url":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/","og_site_name":"ALMtoolbox News","article_publisher":"https:\/\/www.facebook.com\/almtoolbox.israel\/","article_published_time":"2020-09-02T17:03:52+00:00","article_modified_time":"2020-09-06T05:02:40+00:00","og_image":[{"width":768,"height":358,"url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png","type":"image\/png"}],"author":"Tamir Gefen","twitter_card":"summary_large_image","twitter_creator":"@Dikla","twitter_misc":{"Written by":"Tamir Gefen","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#article","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/"},"author":{"name":"Tamir Gefen","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/409e35aa3486f92208065230bb6ebb63"},"headline":"Coming Soon: Changes to CI\/CD in GitLab Cloud Free","datePublished":"2020-09-02T17:03:52+00:00","dateModified":"2020-09-06T05:02:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/"},"wordCount":694,"commentCount":0,"publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png","keywords":["cloud","gitlab","gitlab shared runners","gitlab-ci","Gitlab-pricing"],"articleSection":["Cloud","GitLab","GitLab CI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/","url":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/","name":"Coming Soon: Changes to CI\/CD in GitLab Cloud Free - ALMtoolbox News","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#primaryimage"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png","datePublished":"2020-09-02T17:03:52+00:00","dateModified":"2020-09-06T05:02:40+00:00","description":"GitLab announced that effective next month (October 2020) they will reduce the limit of free CI\/CD minutes in gitlab.com cloud. Read to learn more.","breadcrumb":{"@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#primaryimage","url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png","contentUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2020\/09\/ci-cd-test-deploy-illustration.png","width":768,"height":358},{"@type":"BreadcrumbList","@id":"https:\/\/www.almtoolbox.com\/blog\/gitlab-ci-minutes-update-free-users\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.almtoolbox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Coming Soon: Changes to CI\/CD in GitLab Cloud Free"}]},{"@type":"WebSite","@id":"https:\/\/www.almtoolbox.com\/blog\/#website","url":"https:\/\/www.almtoolbox.com\/blog\/","name":"ALMtoolbox News","description":"All the news of ALMtoolbox","publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.almtoolbox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.almtoolbox.com\/blog\/#organization","name":"ALMtoolbox","url":"https:\/\/www.almtoolbox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png","contentUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png","width":410,"height":190,"caption":"ALMtoolbox"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/almtoolbox.israel\/","https:\/\/www.linkedin.com\/company\/almtoolbox\/","https:\/\/www.youtube.com\/user\/GoMidjets"]},{"@type":"Person","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/409e35aa3486f92208065230bb6ebb63","name":"Tamir Gefen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d3d4df00aa386b2805c42441dfebcedd46abf25846febb352f00c11524d994c4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d3d4df00aa386b2805c42441dfebcedd46abf25846febb352f00c11524d994c4?s=96&d=mm&r=g","caption":"Tamir Gefen"},"sameAs":["https:\/\/x.com\/Dikla"]}]}},"_links":{"self":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/comments?post=5255"}],"version-history":[{"count":18,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5255\/revisions"}],"predecessor-version":[{"id":5279,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/5255\/revisions\/5279"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media\/5257"}],"wp:attachment":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media?parent=5255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/categories?post=5255"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/tags?post=5255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}