Skip to content
Snippets Groups Projects

Fix CI pipeline in GDK

Merged Grzegorz Bizon requested to merge fix/gb/pipeline-with-webpack into master
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -29,7 +29,7 @@ test:install:
@@ -29,7 +29,7 @@ test:install:
image: $TEST_IMAGE
image: $TEST_IMAGE
stage: test
stage: test
script:
script:
- apt-get install net-tools
- apt-get -y install net-tools
- source /home/gdk/.bash_profile
- source /home/gdk/.bash_profile
- cd gem
- cd gem
- gem build gitlab-development-kit.gemspec
- gem build gitlab-development-kit.gemspec
Loading